import { ElementRef } from "@angular/core"; import { CcPhotoEditorService, shape } from "../../public-api"; import * as i0 from "@angular/core"; export declare class ToolsComponent { private _ccPhotoEditorService; ColorPicker: ElementRef; constructor(_ccPhotoEditorService: CcPhotoEditorService); get ImageEditSvc(): CcPhotoEditorService; SetColor: (color: string) => void; ToggleColors: () => void; AddColor: () => void; ChangeColorPicker: () => void; SetShape: (shape: shape) => Promise; ToggleShapeFill: (shape: shape) => Promise; ChangeTextSize: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }