import { Cre8Element } from '../cre8-element'; /** * @slot - The header content * @slot top - Content rendered above the main header row * @slot bottom - Content rendered below the main header row */ export declare class Cre8Header extends Cre8Element { static styles: import("lit").CSSResult[]; /** * Is active state * 1) Set to true when small screen menu is open */ isActive?: boolean; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'cre8-header': Cre8Header; } } export default Cre8Header; //# sourceMappingURL=header.d.ts.map