interface Props { className?: string; disabled?: boolean; error?: string; isRequired?: boolean; label?: string; onChange: any; options: any; value: any; name?: string; tooltip?: string; inputStyle?: string; labelStyle?: string; isLoading?: boolean; [key: string]: any; } declare const InputSelect: ({ className, disabled, error, isRequired, label, onChange, options, value, name, inputStyle, labelStyle, isLoading, }: Props) => import("react/jsx-runtime").JSX.Element; export default InputSelect; //# sourceMappingURL=index.d.ts.map