import * as i0 from "@angular/core";
export declare class SkeletonContainerComponent {
    /**
     * Skeleton label (read by screen readers).
     * Defaults to "Content is loading"
     */
    screenReaderLabel?: string;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonContainerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonContainerComponent, "nj-skeleton-container", never, { "screenReaderLabel": { "alias": "screenReaderLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
}
