export default class Styles { static density: number; private static densitys; private static header_height; private static header_padding; private static header_backgroundColor; private static cell_height; private static cell_width; private static cell_padding; static getStyle: (element: 'header' | 'cell', attribute: string, density?: number) => any; }