/** Matches `@container ds-table (max-width: 899px)` on caption Filter/Group/Sort. */ export declare const TABLE_CAPTION_COMPACT_MAX_PX = 899; export declare function isTableCaptionCompact(width: number): boolean; export declare function tableCaptionInlineSize(entry: ResizeObserverEntry): number; export declare function observeTableCaptionCompact(host: HTMLElement, onChange: (compact: boolean) => void): () => void; //# sourceMappingURL=table-caption-compact.d.ts.map