import { default as dayjs } from 'dayjs'; export declare const columns: { header: string; accessorKey: string; visible: boolean; type: string; }[]; export declare const formArrayName = "schedule_report"; export declare const defaultValues: { schedule_report: { schedule_date: dayjs.Dayjs; schedule_time: dayjs.Dayjs; }; }; export declare const apiPayload: { type: string; autopost: (val: any) => any; emails: string; id: (value: any) => any; is_recurring: (val: any) => boolean; name: string; next_schedule_date: string; schedule_date: string; schedule_time: string; subject: string; report_id: string; filters: (item: any) => any; };