import { ElementRef, QueryList } from '@angular/core';
import { PreviewBlockDirective } from './preview-block.directive';
import * as i0 from "@angular/core";
export declare class PreviewSelectionFrameComponent {
    header: string;
    name: string;
    description: string;
    set _type(type: string);
    listRef: ElementRef<any>;
    previewBlocks: QueryList<PreviewBlockDirective>;
    type: string;
    showType: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<PreviewSelectionFrameComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PreviewSelectionFrameComponent, "c8y-preview-selection-frame", never, { "header": { "alias": "header"; "required": false; }; "name": { "alias": "name"; "required": false; }; "description": { "alias": "description"; "required": false; }; "_type": { "alias": "type"; "required": false; }; }, {}, ["previewBlocks"], ["[list]"], false, never>;
}
//# sourceMappingURL=preview-selection-frame.component.d.ts.map