import { UUITableCellElement } from './uui-table-cell.element';
/**
 * Child element of uui-table-head. Use it there.
 *  @element uui-table-head-cell
 */
export declare class UUITableHeadCellElement extends UUITableCellElement {
    connectedCallback(): void;
    static styles: import("lit").CSSResult[];
}
declare global {
    interface HTMLElementTagNameMap {
        'uui-table-head-cell': UUITableHeadCellElement;
    }
}
