import type { Theme } from '../../utils/styles'; import type { TableHeadCellSort } from './types'; /** @component diwa-table-head-cell — Maps to inside a diwa-table-head row. */ export declare class DiwaTableHeadCell { host: HTMLElement; theme: Theme; sort?: TableHeadCellSort; hideLabel: boolean; multiline: boolean; private handleSort; render(): any; } //# sourceMappingURL=diwa-table-head-cell.d.ts.map