/// export declare const ROW_HEIGHT_PX = 19; export declare const DEFAULT_THEME: { cellPaddingBottom: number; cellPaddingLeft: number; cellPaddingRight: number; cellPaddingTop: number; colheaderBackground: string; colheaderForeground: string; rowEvenBackground: string; rowEvenForeground: string; selectionColor: string; colheaderHeight: number; gridline: string; rowOddBackground: string; rowOddForeground: string; fontFamily: string; fontSize: number; fontWeight: number; fontString: string; lineHeight: number; }; export declare const DEFAULT_FONT_METRICS: import("fontmetrics").IFontMetrics;