Repository URL to install this package:
/** * @todo missing story for this */ declare function isValidSelect(args: { value: any; label: string; }): boolean; export { isValidSelect };