import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class EmptyStateComponent {
    customTemplateRef: TemplateRef<never>;
    /**
     * ** Title for empty state Component.
     */
    title: string;
    /**
     * ** Icon for empty state Component.
     */
    icon: string;
    /**
     * ** Description for empty state Component.
     */
    description: string;
    /**
     * ** Title heading level for empty state Component.
     */
    headingLevel: number;
    static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "shared-empty-state", never, { "title": "title"; "icon": "icon"; "description": "description"; "headingLevel": "headingLevel"; }, {}, ["customTemplateRef"], ["img", "ng-lottie", "button, a"]>;
}
