import { LitElement } from 'lit'; import '../atom/Title'; import '../atom/Button'; /** * An example element. * * @slot Slot for the content */ export declare class RowLayout extends LitElement { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'iff-row-layout': RowLayout; } } //# sourceMappingURL=RowLayout.d.ts.map