import { Column } from "../entity/Table/Column"; import { IBaseTableData } from "../entity/Table/IBaseTableData"; export declare function cellValueFormatter(col: Column, cellValue: any): string | undefined; export declare function formatDate(date: Date, format: string): string;