import { AfterViewInit, ElementRef, OnInit } from "@angular/core"; import { CcPhotoEditorService, ShapeObj } from "./cc-photo-editor.service"; import * as i0 from "@angular/core"; export declare class CcPhotoEditorComponent implements AfterViewInit, OnInit { private _ccPhotoEditorService; _editor: ElementRef; Wrapper: ElementRef; TextInput: ElementRef; constructor(_ccPhotoEditorService: CcPhotoEditorService); get ImageEditSvc(): CcPhotoEditorService; ngOnInit(): void; ngAfterViewInit(): void; ToggleLayers: () => void; Save: () => void; Cancel: () => void; CanvasTouchEnd: (e: ShapeObj) => Promise; private _focusText; CancelAddText: () => Promise; CommitText: (keepTextInput: boolean) => Promise; DisableInputWrapperClick: (e: Event) => void; private _resetText; private _redrawImageAndObjects; private _recordSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }