import { GroupBase, Props } from "react-select"; export declare type SelectProps = GroupBase> = Props & { label?: string; isRequired?: boolean; isReadOnly?: boolean; error?: boolean; };