import { ComponentProps } from 'react';
import { Calendar } from '../Calendar';
export type DatePickerProps = ComponentProps<typeof Calendar>;
export declare const DatePicker: (props: DatePickerProps) => import("react").JSX.Element;
