import { LitElement } from 'lit'; /** * Text Styling Component * * @slot start - Slot to set the first text * @slot end - Slot to set the end text */ export declare class ThirdOneLayout extends LitElement { static styles: import("lit").CSSResult; constructor(); render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'iff-third-one-layout': ThirdOneLayout; } } //# sourceMappingURL=ThirdOneLayout.d.ts.map