import { ValueFormatterParams } from '@ag-grid-enterprise/all-modules'; export declare const dateOnlyFormatter: (a: ValueFormatterParams) => string; export declare const p30: string; export declare const p50: string; export declare const p75: string; export declare const dateFilterOptions: string[]; export declare const momentDateFormat: string;