import { getColor } from "@/module/common-methords/GetColor"; import { selectColor } from "@/module/common-methords/SelectColor"; import { SetupContext } from "@vue/runtime-core"; import { setBrushSize } from "@/module/common-methords/SetBrushSize"; declare const _default: { name: string; props: {}; setup(props: Record, context: SetupContext): { screenShortWidth: import("@vue/reactivity").Ref; screenShortHeight: import("@vue/reactivity").Ref; screenShortController: import("@vue/reactivity").Ref; textInputController: import("@vue/reactivity").Ref; toolController: import("@vue/reactivity").Ref; optionIcoController: import("@vue/reactivity").Ref; optionController: import("@vue/reactivity").Ref; toolStatus: import("@vue/reactivity").Ref; textStatus: import("@vue/reactivity").Ref; undoStatus: import("@vue/reactivity").Ref; optionStatus: import("@vue/reactivity").Ref; colorPanelStatus: import("@vue/reactivity").Ref; currentName: import("@vue/reactivity").Ref; toolLeft: import("@vue/reactivity").Ref; toolTop: import("@vue/reactivity").Ref; optionIcoPosition: import("@vue/reactivity").Ref; selectedColor: import("@vue/reactivity").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/reactivity").Ref<{ save?: boolean | undefined; undo?: boolean | undefined; confirm?: boolean | undefined; }>; }; emits: { "destroy-component": (status: boolean) => boolean; "get-image-data": (base64: string) => boolean; "webrtc-error": (errMsg: string) => boolean; }; }; export default _default;