import { CSSResultGroup } from 'lit'; import { SbbTitleBase } from '../../title.ts'; declare const SbbDialogTitleElement_base: import('../../core/mixins.ts').AbstractConstructor & typeof SbbTitleBase; /** * It displays a title inside a dialog header. * * @slot - Use the unnamed slot for the content of the dialog-title. */ export declare class SbbDialogTitleElement extends SbbDialogTitleElement_base { static readonly elementName: string; static styles: CSSResultGroup; constructor(); } declare global { interface HTMLElementTagNameMap { 'sbb-dialog-title': SbbDialogTitleElement; } } export {}; //# sourceMappingURL=dialog-title.component.d.ts.map