/// import "react-datepicker/dist/react-datepicker.css"; interface FdatepickerProps { label?: String; display?: String; placeholderText?: string; className?: String; inputSize?: String; id?: String; name?: string; value?: any; selected?: any; dateFormat?: any; timeFormat?: any; showTimeSelect?: boolean; showTimeSelectOnly?: boolean; timeIntervals?: number; onChange?: any; onSelect?: any; prefix?: any; prefixAction?: any; postfix?: any; postfixAction?: any; validations?: any; register?: any; required?: any; disabled?: boolean; readonly?: boolean; control?: any; error?: any; } export declare const FDatepicker: ({ label, placeholderText, display, className, inputSize, name, id, value, prefix, prefixAction, postfix, postfixAction, selected, showTimeSelect, showTimeSelectOnly, timeIntervals, dateFormat, timeFormat, onChange, onSelect, validations, register, required, error, disabled, readonly, control, ...otherProps }: FdatepickerProps) => JSX.Element; export {}; //# sourceMappingURL=Fdatepicker.d.ts.map