import { LitElement } from 'lit'; export declare class TableSortLabel extends LitElement { active: boolean; direction: 'asc' | 'desc'; hideSortIcon: boolean; static styles: import("lit").CSSResult; private handleClick; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=TableSortLabel.d.ts.map