import { CSSResultGroup } from 'lit'; import { SbbTitleBase, SbbTitleLevel } from './title-base.ts'; declare const SbbTitleElement_base: import('../core/mixins.ts').AbstractConstructor & typeof SbbTitleBase; /** * @slot - Use the unnamed slot for the content of the title. * * @cssprop [--sbb-title-margin-block] - Margin block of the title. */ export declare class SbbTitleElement extends SbbTitleElement_base { static readonly elementName: string; static styles: CSSResultGroup; /** Visual level for the title. Optional, if not set, the value of level will be used. */ accessor visualLevel: SbbTitleLevel | null; } declare global { interface HTMLElementTagNameMap { 'sbb-title': SbbTitleElement; } } export {}; //# sourceMappingURL=title.component.d.ts.map