import { LitElement } from 'lit'; import type { PropertyValues } from 'lit'; export declare class Faaw7Table extends LitElement { hasShadow: boolean; scrollable: boolean; height: string; connectedCallback(): void; protected createRenderRoot(): this; protected updated(changedProperties: PropertyValues): void; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'faaw7-table': Faaw7Table; } }