export declare const PixelsToColumnWidth: (pixels: number) => number; export declare const ColumnWidthToPixels: (width: number) => number;