import { Cre8Element } from '../cre8-element'; /** * @slot - The contents of the layout container */ export declare class Cre8LayoutContainer extends Cre8Element { static styles: import("lit").CSSResult[]; /** * Full height variant * 1) Sets the height to 100% */ fullHeight?: boolean; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'cre8-layout-container': Cre8LayoutContainer; } } export default Cre8LayoutContainer; //# sourceMappingURL=layout-container.d.ts.map