/** Marks text tracks that may present the table-owned truncation tooltip. */ export declare const TABLE_TRUNCATE_ATTR = "data-table-truncate"; /** Resolve the overflowing text track under a pointer or focus target. */ export declare function resolveTableTruncateTrack(target: EventTarget | null): HTMLElement | null; export declare function tableTruncateLabel(track: HTMLElement): string; //# sourceMappingURL=table-truncate.d.ts.map