///
export declare const StyledDatePickerInput: import("@emotion/styled").StyledComponent & {
mask: string;
inputProps?: Omit | undefined;
}, "ref"> & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const PickerSplitter: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;