import dayjs from 'dayjs'; import { RangeValueType } from '../components'; export declare function getDateVal(data: RangeValueType | undefined): string[] | dayjs.Dayjs | Date | (dayjs.Dayjs | null)[] | null;