export default _sfc_main; declare namespace _sfc_main { namespace props { namespace color { export const type: ArrayConstructor; function _default(): never[]; export { _default as default }; } namespace titleWidth { const type_1: NumberConstructor; export { type_1 as type }; const _default_1: number; export { _default_1 as default }; } namespace title { const type_2: StringConstructor; export { type_2 as type }; const _default_2: string; export { _default_2 as default }; } namespace backgroundColor { const type_3: StringConstructor; export { type_3 as type }; const _default_3: string; export { _default_3 as default }; } } function setup(__props: any, { expose }: { expose: any; }): { props: any; id: string; borderBox11: import("vue").Ref; width: import("vue").Ref; height: import("vue").Ref; initWH: (resize?: boolean) => Promise; state: { filterId: string; defaultColor: string[]; mergedColor: never[]; }; mergeColor: () => void; autoResize: (dom: import("vue").Ref, onResize?: (() => void) | undefined, afterAutoResizeMixinInit?: (() => void) | undefined) => { width: import("vue").Ref; height: import("vue").Ref; initWH: (resize?: boolean) => Promise; }; deepClone: typeof deepClone; deepMerge: typeof deepMerge; uuid: typeof uuid; fade: typeof fade; }; function setup(__props: any, { expose }: { expose: any; }): { props: any; id: string; borderBox11: import("vue").Ref; width: import("vue").Ref; height: import("vue").Ref; initWH: (resize?: boolean) => Promise; state: { filterId: string; defaultColor: string[]; mergedColor: never[]; }; mergeColor: () => void; autoResize: (dom: import("vue").Ref, onResize?: (() => void) | undefined, afterAutoResizeMixinInit?: (() => void) | undefined) => { width: import("vue").Ref; height: import("vue").Ref; initWH: (resize?: boolean) => Promise; }; deepClone: typeof deepClone; deepMerge: typeof deepMerge; uuid: typeof uuid; fade: typeof fade; }; } import { deepClone } from '../../../../datav-vue3/utils'; import { deepMerge } from '../../../../datav-vue3/utils'; import { uuid } from '../../../../datav-vue3/utils'; import { fade } from "@jiaminghi/color";