import { getColor } from "@/module/common-methords/GetColor"; import { selectColor } from "@/module/common-methords/SelectColor"; import { setBrushSize } from "@/module/common-methords/SetBrushSize"; declare const _default: import("vue").DefineComponent<{}, { screenShortWidth: import("vue").Ref; screenShortHeight: import("vue").Ref; screenShortController: import("vue").Ref; textInputController: import("vue").Ref; toolController: import("vue").Ref; optionIcoController: import("vue").Ref; optionController: import("vue").Ref; toolStatus: import("vue").Ref; textStatus: import("vue").Ref; undoStatus: import("vue").Ref; optionStatus: import("vue").Ref; colorPanelStatus: import("vue").Ref; currentName: import("vue").Ref; toolLeft: import("vue").Ref; toolTop: import("vue").Ref; optionIcoPosition: import("vue").Ref; selectedColor: import("vue").Ref; toolbar: { id: number; title: string; }[]; toolClickEvent: (toolName: string, index: number, mouseEvent: MouseEvent) => void; getColor: typeof getColor; selectColor: typeof selectColor; setBrushSize: typeof setBrushSize; hiddenToolIco: import("vue").Ref<{ save?: boolean | undefined; undo?: boolean | undefined; confirm?: boolean | undefined; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export default _default;