import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PreviewBlockDirective {
    templateRef: TemplateRef<any>;
    label: string;
    show: boolean;
    constructor(templateRef: TemplateRef<any>);
    static ɵfac: i0.ɵɵFactoryDeclaration<PreviewBlockDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<PreviewBlockDirective, "[previewBlock]", never, { "label": { "alias": "previewBlock"; "required": false; }; "show": { "alias": "previewBlockIf"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=preview-block.directive.d.ts.map