import { CSSProperties } from 'react'; export type TableCellStyleOption = { value: string; styles: (value: any) => CSSProperties | undefined; }; export declare const defaultTableCellStyleOptions: TableCellStyleOption[]; //# sourceMappingURL=defaults.TableCellStyle.constants.d.ts.map