import * as i0 from "@angular/core";
export declare class EmptyStateComponent {
    title: string;
    description: string;
    width: number;
    imgSrc: string;
    hideImage: boolean;
    opacity: number;
    animSrc: string;
    marginTop: string;
    marginBottom: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "lib-empty-state", never, { "title": "title"; "description": "description"; "width": "width"; "imgSrc": "imgSrc"; "hideImage": "hideImage"; "opacity": "opacity"; "animSrc": "animSrc"; "marginTop": "marginTop"; "marginBottom": "marginBottom"; }, {}, never, never>;
}
