import { IDatePickerProps } from "../types";
/**
 * Date Picker
 */
export declare const DatePicker: (props: IDatePickerProps) => string;
