import React from 'react'; export declare const DatePicker: React.ForwardRefExoticComponent & { defaultValue?: Date | string; locale?: string; format?: string; onChange?: (date: Date, dateText: string) => void; size?: import("../../@types/input").SizeType; value?: Date | string; sx?: import("../..").SxProps & { root?: import("../..").SxProps; container?: import("../..").SxProps; toggle?: import("../..").SxProps; wrapperIcon?: import("../..").SxProps; icon?: import("../..").SxProps; helperText?: import("../..").SxProps; text?: import("../..").SxProps; modal?: import("../..").SxProps; modalContainer?: import("../..").SxProps; modalBody?: import("../..").SxProps; }; styles?: { root?: import("react-native").StyleProp; container?: import("react-native").StyleProp; toggle?: import("react-native").StyleProp; wrapperIcon?: import("react-native").StyleProp; icon?: import("react-native").StyleProp; text?: import("react-native").StyleProp; helperText?: import("react-native").StyleProp; modal?: import("react-native").StyleProp; modalContainer?: import("react-native").StyleProp; modalBody?: import("react-native").StyleProp; }; } & React.RefAttributes>; //# sourceMappingURL=DatePicker.d.ts.map