import { OnInit, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export interface EmptyState { title?: string; subTitle?: string; image?: string; } export declare const DefaultEmptyState: () => EmptyState; export declare class EmptyStateComponent implements OnInit, OnDestroy { emptyState: EmptyState; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=empty-state.component.d.ts.map