import moment from 'moment'; export declare const baseFilterGroupConfig: { RangePicker: { key: string; value: moment.Moment[]; config: { allowClear: boolean; format: string; disabledDate: (current: any) => boolean; ranges: { 今天: moment.Moment[]; 昨天: moment.Moment[]; 过去7天: moment.Moment[]; 过去30天: moment.Moment[]; 本月: moment.Moment[]; 上个月: moment.Moment[]; }; style: { width: string; fontSize: string; }; }; }; Search: { key: string; value: string; config: { placeholder: string; enterButton: boolean; disabled: boolean; style: { width: string; }; }; onChange: () => void; }; Select: { key: string; value: any; config: { style: { width: string; }; }; options: any[]; onChange: () => void; }; };