interface DateShortCutProps { type: string; } export default function DateShortCut(props: DateShortCutProps): any; export {};