import type { SelectHTMLAttributes } from 'react'; import type { FormFieldOption } from '@zod-to-form/core'; type SelectProps = SelectHTMLAttributes & { options?: FormFieldOption[]; }; export declare const Select: import("react").MemoExoticComponent<({ options, ...props }: SelectProps) => import("react").JSX.Element>; export {}; //# sourceMappingURL=Select.d.ts.map