import { Align } from '../Cell.types'; export declare const headerCellContentStyles: string; export declare const getBaseHeaderCellStyles: (size: number, isSelectable?: boolean) => string; export declare const getHeaderCellContentStyles: (align: Align) => string; //# sourceMappingURL=HeaderCell.styles.d.ts.map