export declare const CSS: {
    contentCell: string;
    numberCell: string;
    selectionCell: string;
    bodyRow: string;
    footerRow: string;
    heading: string;
    description: string;
    multipleSelectionCell: string;
    assistiveText: string;
    active: string;
    selectedCell: string;
    lastCell: string;
    staticCell: string;
};
export declare const ICONS: {
    checked: string;
    indeterminate: string;
    unchecked: string;
};
