import { LitElement } from 'lit'; export declare class EmbedPivot extends LitElement { static styles: import("lit").CSSResult; createRenderRoot(): this; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'embed-pivot': EmbedPivot; } } export declare const definition: () => any; //# sourceMappingURL=embed-pivot.d.ts.map