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