import { DatePickerProps } from './types'; export const DatePicker = (props: DatePickerProps) => null;