import * as i0 from '@angular/core'; import { AfterContentInit, OnInit, ElementRef, Renderer2 } from '@angular/core'; import * as i1 from '@kirbydesign/designsystem/icon'; import * as i2 from '@angular/common'; import * as i3 from '@kirbydesign/designsystem/shared'; declare class EmptyStateComponent implements AfterContentInit, OnInit { private elementRef; private renderer; private _title; private ionModalDialog; iconName: string; set title(value: string); get title(): string; _insideModal: boolean; subtitle: string; private slottedButtons; constructor(elementRef: ElementRef, renderer: Renderer2); ngOnInit(): void; ngAfterContentInit(): void; /** Enforces that all slotted buttons will have their attention * level set to 3, except the first button if it has * level 1. */ private enforceAttentionLevelRules; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EmptyStateModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { EmptyStateComponent, EmptyStateModule }; //# sourceMappingURL=kirbydesign-designsystem-empty-state.d.ts.map