import { AfterViewInit, ElementRef } from "@angular/core"; import { CreatorModelComponent } from "../creator-model.component"; import { SurveyModel } from "survey-core"; import { SurveyCreatorModel, LogoImageViewModel } from "survey-creator-core"; import * as i0 from "@angular/core"; export declare class CreatorLogoImageComponent extends CreatorModelComponent implements AfterViewInit { data: SurveyCreatorModel; container: ElementRef; model: LogoImageViewModel; protected createModel(): void; protected getModel(): LogoImageViewModel; protected getPropertiesToTrack(): string[]; get creator(): SurveyCreatorModel; get survey(): SurveyModel; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }