import { DatePicker } from '../DatePicker'; import type { ComponentProps, FC } from 'react'; type Props = Omit, 'showAlternative'>; export declare const WarekiPicker: FC; export {};