import { PropBoolean } from '../../services';
import * as i0 from "@angular/core";
export declare class ContainerComponent {
    loading: PropBoolean;
    loadingText?: string;
    error?: string;
    handleScroll: PropBoolean;
    set notLoading(value: PropBoolean);
    get notLoading(): PropBoolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "box-container", never, { "loading": "loading"; "loadingText": "loading-text"; "error": "error"; "handleScroll": "handle-scroll"; "notLoading": "not-loading"; }, {}, never, ["*"], false, never>;
}
