export declare const GridValueFormatter: {
    dateFormat: string;
    date: (params: any) => string;
    noTextIfNull: (params: any) => any;
};
