import { ICanvasTable } from "../typings/CanvasTable"; declare type ITableStyleProps = ICanvasTable.ITableStyleProps; export declare const DEFAULT_STYLE: ITableStyleProps; export declare const PIXEL_RATIO: number; export {};