import { LitElement } from 'lit'; export declare class Tabs extends LitElement { value: string; orientation: 'horizontal' | 'vertical'; variant: 'standard' | 'scrollable' | 'fullWidth'; centered: boolean; indicatorColor: 'primary' | 'secondary'; textColor: 'primary' | 'secondary' | 'inherit'; private tabs; private indicatorStyle; static styles: import("lit").CSSResult; connectedCallback(): void; disconnectedCallback(): void; firstUpdated(): void; updated(changedProperties: Map): void; private handleTabClick; private updateTabs; private updateIndicator; private handleSlotChange; private scrollTabsLeft; private scrollTabsRight; render(): import("lit-html").TemplateResult<1>; } export declare class Tab extends LitElement { value: string; label: string; selected: boolean; disabled: boolean; orientation: 'horizontal' | 'vertical'; textColor: 'primary' | 'secondary' | 'inherit'; static styles: import("lit").CSSResult; private handleClick; render(): import("lit-html").TemplateResult<1>; } export declare class TabPanel extends LitElement { value: string; tabsValue: string; keepMounted: boolean; static styles: import("lit").CSSResult; updated(changedProperties: Map): void; private updateVisibility; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=Tabs.d.ts.map