import { LitElement } from 'lit'; export declare class Faaw7Tab extends LitElement { private _id; active: boolean; disabled: boolean; panel: string; ariaControls: string; customTabindex: number; firstUpdated(): void; focus(): void; static styles: import("lit").CSSResult[]; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'faaw7-tab': Faaw7Tab; } }