import { CSSResultGroup, TemplateResult } from 'lit'; import { SbbActionGroupElement } from '../../action-group.js'; /** * 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 styles: CSSResultGroup; protected render(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-dialog-actions': SbbDialogActionsElement; } } //# sourceMappingURL=dialog-actions.d.ts.map