import { LitElement } from 'lit'; export declare class EprTabContent extends LitElement { render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'epr-tab-content': EprTabContent; } }