import type { DatePickerProps as AntdDatePickerProps } from 'antd';
export interface DatePickerProps extends AntdDatePickerProps {
    shadow?: boolean;
}
