/// export declare type SelectOptionType = { value: string | number; label: string | JSX.Element | React.ReactNode; data?: T; }; export declare type DatepickerDateType = Date | number | null | undefined; export declare type InputEventType = React.ChangeEvent; //# sourceMappingURL=types.d.ts.map