import { Cre8Element } from '../cre8-element'; /** * @slot - The main content */ export declare class Cre8Main 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-main': Cre8Main; } } export default Cre8Main; //# sourceMappingURL=main.d.ts.map