import { Tab } from '../../base/tab.js'; import '../focus-ring/focus-ring.js'; import '../ripple/ripple.js'; /** * @tag md-tab * * @slot icon - icon * @slot - label */ export declare class M3Tab extends Tab { $content: HTMLDivElement; $indicator: HTMLElement; protected _isSecondary: boolean; static styles: any[]; render(): import("lit-html").TemplateResult<1>; animateIndicator(previousTab: M3Tab): void; } declare global { interface HTMLElementTagNameMap { 'md-tab': M3Tab; } }