import { CSSResultGroup } from 'lit'; import { SbbActionGroupElement } from '../../action-group.pure.ts'; /** * Use this component to display a footer into an `sbb-dialog` with an action group. * * @slot - Use the unnamed slot to add `sbb-block-link` or `sbb-button` elements to the `sbb-dialog-actions`. */ export declare class SbbDialogActionsElement extends SbbActionGroupElement { static readonly elementName: string; static styles: CSSResultGroup; } declare global { interface HTMLElementTagNameMap { 'sbb-dialog-actions': SbbDialogActionsElement; } } //# sourceMappingURL=dialog-actions.component.d.ts.map