import { Cre8Element } from '../cre8-element'; /** * @slot - The component content */ export declare class Cre8TableHeaderCell extends Cre8Element { static styles: import("lit").CSSResult[]; /** * Colspan attribute on th */ colspan?: number; /** * Adds inline width style to th * Sets width of entire column */ width?: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'cre8-table-header-cell': Cre8TableHeaderCell; } } export default Cre8TableHeaderCell; //# sourceMappingURL=table-header-cell.d.ts.map