import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class StacheLayoutBlankComponent implements OnInit {
    #private;
    set identifier(value: string | undefined);
    get identifier(): string;
    className: string | undefined;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<StacheLayoutBlankComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StacheLayoutBlankComponent, "stache-layout-blank", never, { "identifier": { "alias": "identifier"; "required": false; }; }, {}, never, ["*"], false, never>;
}
