import { TableContentSizeProps } from '@sixbell-telco/sdk/components/table'; import * as i0 from "@angular/core"; /** * Context service to share data table configuration with sub-components * This allows sub-components to automatically sync their sizes with the parent data table */ export declare class DataTableContextService { /** * Current table size that sub-components can subscribe to */ readonly size: import("@angular/core").WritableSignal; /** * Update the table size - called by the main data table component */ setSize(size: TableContentSizeProps): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }