import type { TableContextData } from './types'; export declare const CLASSES: { table: string; 'table--border': string; table__cell: string; 'table__cell--left': string; 'table__cell--right': string; 'table__cell--center': string; 'table__cell--fixed-left': string; 'table__cell--fixed-right': string; 'table__cell--ellipsis': string; 'table__cell--th-sort': string; 'table__cell-content': string; 'table__cell-text': string; 'table__th-actions': string; 'table__th-action': string; 'table__th-action.is-active': string; 'table__th-action.is-disabled': string; 'table__th-action--sort': string; 'table__th-sort-icon': string; 'table__th-sort-icon.is-active': string; table__filter: string; table__empty: string; 'table__empty-content': string; table__expand: string; 'table__expand.is-expand': string; }; export declare const TableContext: import("react").Context;