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