import { OnInit } from '@angular/core';
import { ElementService, ElementDataImport } from '../service/element.service';
export declare class SetPropertyImportComponent implements OnInit {
    elementSvr: ElementService;
    hostClass: boolean;
    svr: ElementDataImport;
    constructor(elementSvr: ElementService);
    ngOnInit(): void;
}
