import { i18n } from '../../../../locales'; declare const _default: import("vue").DefineComponent<{}, { panel: import("../../../../index").Panel; selectPageSize: (val: any) => void; changePanelWidth: (_val: number) => void; changePanelHeight: (_val: number) => void; selectPageUnit: () => void; readonly i18n: typeof i18n; readonly fontSizeUnitList: { label: string; value: string; }[][]; readonly pageSizeList: { label: string; value: string; width: number; height: number; }[]; readonly pageUnitList: { label: string; value: string; }[][]; readonly MyHistoryInput: import("vue").DefineComponent<{ modelValue: { type: import("vue").PropType; default: any; }; historyLabel: StringConstructor; }, { emit: (event: "update:modelValue", ...args: any[]) => void; readonly changeWrapper: typeof import("../../../../utils/historyUtil").changeWrapper; MyInput: import("vue").DefineComponent<{ modelValue: { type: any; required: true; }; placeholder: { type: StringConstructor; required: false; }; type: { type: StringConstructor; required: false; default: string; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; }, { emit: (event: "input" | "change" | "update:modelValue", ...args: any[]) => void; inputRef: import("vue").Ref; textareaRef: import("vue").Ref; props: any; myInputRef: import("vue").ComputedRef; nativeInputValue: import("vue").ComputedRef; setNativeInputValue: () => void; data: { focusIs: boolean; }; inputBlur: () => void; inputFocus: () => void; onInput: (e: InputEvent) => Promise; onChange: (e: InputEvent) => void; clickWrapper: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "update:modelValue")[], "input" | "change" | "update:modelValue", import("vue").PublicProps, Readonly> & { "onUpdate:modelValue"?: (...args: any[]) => any; onInput?: (...args: any[]) => any; onChange?: (...args: any[]) => any; }, { type: string; disabled: boolean; }, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly; default: any; }; historyLabel: StringConstructor; }>> & { "onUpdate:modelValue"?: (...args: any[]) => any; }, { modelValue: string | number; }, {}>; readonly MyHistoryInputNumber: import("vue").DefineComponent<{ modelValue: { type: any; required: false; default: any; }; historyLabel: { type: StringConstructor; required: true; default: any; }; }, { emit: (event: "change" | "update:modelValue", ...args: any[]) => void; numRef: import("vue").Ref; props: any; change: (val: any) => void; MyInputNumber: import("vue").DefineComponent<{ modelValue: { type: any; required: false; default: any; }; min: { type: NumberConstructor; required: false; default: number; }; max: { type: NumberConstructor; required: false; default: number; }; step: { type: NumberConstructor; required: false; default: number; }; formatter: { type: FunctionConstructor; required: false; default: (value: string) => string; }; precision: { type: NumberConstructor; required: false; default: number; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; }, { emit: (event: "change" | "update:modelValue", ...args: any[]) => void; props: any; innerValue: import("vue").Ref; precision: import("vue").ComputedRef; emitValue: (value: number) => void; onInput: (value: any) => void; onChange: (value: any) => void; onUp: () => void; onDown: () => void; MyInput: import("vue").DefineComponent<{ modelValue: { type: any; required: true; }; placeholder: { type: StringConstructor; required: false; }; type: { type: StringConstructor; required: false; default: string; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; }, { emit: (event: "input" | "change" | "update:modelValue", ...args: any[]) => void; inputRef: import("vue").Ref; textareaRef: import("vue").Ref; props: any; myInputRef: import("vue").ComputedRef; nativeInputValue: import("vue").ComputedRef; setNativeInputValue: () => void; data: { focusIs: boolean; }; inputBlur: () => void; inputFocus: () => void; onInput: (e: InputEvent) => Promise; onChange: (e: InputEvent) => void; clickWrapper: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "update:modelValue")[], "input" | "change" | "update:modelValue", import("vue").PublicProps, Readonly> & { "onUpdate:modelValue"?: (...args: any[]) => any; onInput?: (...args: any[]) => any; onChange?: (...args: any[]) => any; }, { type: string; disabled: boolean; }, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly string; }; precision: { type: NumberConstructor; required: false; default: number; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; }>> & { "onUpdate:modelValue"?: (...args: any[]) => any; onChange?: (...args: any[]) => any; }, { formatter: Function; max: number; modelValue: any; disabled: boolean; min: number; step: number; precision: number; }, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly> & { "onUpdate:modelValue"?: (...args: any[]) => any; onChange?: (...args: any[]) => any; }, { modelValue: any; historyLabel: string; }, {}>; readonly MyHistorySelect: import("vue").DefineComponent<{ modelValue: { type: import("vue").PropType; default: any; }; dataList: { type: import("vue").PropType; default: () => any[]; }; historyLabel: StringConstructor; }, { emit: (event: "update:modelValue", ...args: any[]) => void; readonly changeWrapper: typeof import("../../../../utils/historyUtil").changeWrapper; MySelect: import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; required: false; default: boolean; }; showSelectedStatus: { type: BooleanConstructor; required: false; default: boolean; }; modelValue: { type: any; required: true; }; dataList: { type: ArrayConstructor; required: true; }; height: { type: StringConstructor; required: false; default: string; }; size: { type: StringConstructor; required: false; default: string; }; placeholder: { type: StringConstructor; required: false; default: string; }; }, { emit: (event: "change" | "update:modelValue", ...args: any[]) => void; props: any; data: { label: string; }; popoverRef: import("vue").Ref> & { onShow?: (...args: any[]) => any; }, { emit: (event: "show", ...args: any[]) => void; props: any; data: { visible: boolean; }; referenceRef: import("vue").Ref; contentRef: import("vue").Ref; popperInstance: any; styles: import("vue").Ref<{}>; deriveState: (state: import("@popperjs/core/index").State) => { styles: import("lodash").Dictionary>; attributes: import("lodash").Dictionary<{ [key: string]: string | boolean; }>; }; stateUpdater: import("@popperjs/core/index").Modifier<"updateState", any>; createPopperInstance: () => void; destroyPopperInstance: () => void; stopHandle: () => void; mouseenter: () => void; mouseleave: () => void; togglePopperShow: () => void; onClose: () => void; close: () => void; show: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "show"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly> & { onShow?: (...args: any[]) => any; }, { disabled: boolean; placement: any; trigger: string; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly> & { onShow?: (...args: any[]) => any; }, { emit: (event: "show", ...args: any[]) => void; props: any; data: { visible: boolean; }; referenceRef: import("vue").Ref; contentRef: import("vue").Ref; popperInstance: any; styles: import("vue").Ref<{}>; deriveState: (state: import("@popperjs/core/index").State) => { styles: import("lodash").Dictionary>; attributes: import("lodash").Dictionary<{ [key: string]: string | boolean; }>; }; stateUpdater: import("@popperjs/core/index").Modifier<"updateState", any>; createPopperInstance: () => void; destroyPopperInstance: () => void; stopHandle: () => void; mouseenter: () => void; mouseleave: () => void; togglePopperShow: () => void; onClose: () => void; close: () => void; show: () => void; }, {}, {}, {}, { disabled: boolean; placement: any; trigger: string; }>>; change: (val: any) => void; ElementAlign: import("vue").DefineComponent<{ showSelectedStatus: { type: BooleanConstructor; required: false; default: boolean; }; modelValue: { type: any; required: false; default: any; }; elementAlignList: { type: ArrayConstructor; required: true; default: () => import("../../../../index").DownList[][]; }; }, { emit: (event: "change" | "click" | "update:modelValue", ...args: any[]) => void; props: any; dataList: import("vue").ComputedRef; click: (elementAlign: import("../../../../index").DownList) => void; MyIcon: import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; required: false; default: boolean; }; modelValue: { type: BooleanConstructor; required: false; default: boolean; }; focusBk: { type: BooleanConstructor; required: false; default: boolean; }; size: { type: (NumberConstructor | StringConstructor)[]; required: false; default: number; }; padding: { type: StringConstructor; required: false; default: any; }; }, { emit: (event: "click" | "update:modelValue", ...args: any[]) => void; props: any; click: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").PublicProps, Readonly> & { onClick?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }, { padding: string; size: string | number; modelValue: boolean; disabled: boolean; focusBk: boolean; }, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "click" | "update:modelValue")[], "change" | "click" | "update:modelValue", import("vue").PublicProps, Readonly import("../../../../index").DownList[][]; }; }>> & { onClick?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; onChange?: (...args: any[]) => any; }, { showSelectedStatus: boolean; modelValue: any; elementAlignList: unknown[]; }, {}>; MyScrollbar: import("vue").DefineComponent<{ tag: { type: StringConstructor; required: false; default: string; }; height: { type: StringConstructor; required: false; default: string; }; options: { type: any; required: false; default: () => {}; }; hoverBlod: { type: BooleanConstructor; required: false; default: boolean; }; disabledScrollBar: { type: BooleanConstructor; required: false; default: boolean; }; }, { props: any; emit: (event: "scroll" | "ps-scroll-y" | "ps-scroll-x" | "ps-scroll-up" | "ps-scroll-down" | "ps-scroll-left" | "ps-scroll-right" | "ps-y-reach-start" | "ps-y-reach-end" | "ps-x-reach-start" | "ps-x-reach-end", ...args: any[]) => void; scrollbar: import("vue").Ref; ps: import("vue").Ref; resizeObserver: ResizeObserver; createInstance: () => void; destroyInstance: () => void; eventListeners: Record void>; createEventListener: (eventName: import("../../../my/scrollbar/my-scrollbar.vue").PerfectScrollbarEmitsKeys) => (event: Event) => void; toggleListeners: (addListeners?: boolean) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "ps-scroll-y" | "ps-scroll-x" | "ps-scroll-up" | "ps-scroll-down" | "ps-scroll-left" | "ps-scroll-right" | "ps-y-reach-start" | "ps-y-reach-end" | "ps-x-reach-start" | "ps-x-reach-end")[], "scroll" | "ps-scroll-y" | "ps-scroll-x" | "ps-scroll-up" | "ps-scroll-down" | "ps-scroll-left" | "ps-scroll-right" | "ps-y-reach-start" | "ps-y-reach-end" | "ps-x-reach-start" | "ps-x-reach-end", import("vue").PublicProps, Readonly {}; }; hoverBlod: { type: BooleanConstructor; required: false; default: boolean; }; disabledScrollBar: { type: BooleanConstructor; required: false; default: boolean; }; }>> & { onScroll?: (...args: any[]) => any; "onPs-scroll-y"?: (...args: any[]) => any; "onPs-scroll-x"?: (...args: any[]) => any; "onPs-scroll-up"?: (...args: any[]) => any; "onPs-scroll-down"?: (...args: any[]) => any; "onPs-scroll-left"?: (...args: any[]) => any; "onPs-scroll-right"?: (...args: any[]) => any; "onPs-y-reach-start"?: (...args: any[]) => any; "onPs-y-reach-end"?: (...args: any[]) => any; "onPs-x-reach-start"?: (...args: any[]) => any; "onPs-x-reach-end"?: (...args: any[]) => any; }, { height: string; tag: string; options: any; hoverBlod: boolean; disabledScrollBar: boolean; }, {}>; MyPopover: import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; required: false; }; placement: { type: any; required: false; default: string; }; trigger: { type: StringConstructor; required: false; default: string; }; class: { type: StringConstructor; required: false; }; }, { emit: (event: "show", ...args: any[]) => void; props: any; data: { visible: boolean; }; referenceRef: import("vue").Ref; contentRef: import("vue").Ref; popperInstance: any; styles: import("vue").Ref<{}>; deriveState: (state: import("@popperjs/core/index").State) => { styles: import("lodash").Dictionary>; attributes: import("lodash").Dictionary<{ [key: string]: string | boolean; }>; }; stateUpdater: import("@popperjs/core/index").Modifier<"updateState", any>; createPopperInstance: () => void; destroyPopperInstance: () => void; stopHandle: () => void; mouseenter: () => void; mouseleave: () => void; togglePopperShow: () => void; onClose: () => void; close: () => void; show: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "show"[], "show", import("vue").PublicProps, Readonly> & { onShow?: (...args: any[]) => any; }, { disabled: boolean; placement: any; trigger: string; }, {}>; MyIcon: import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; required: false; default: boolean; }; modelValue: { type: BooleanConstructor; required: false; default: boolean; }; focusBk: { type: BooleanConstructor; required: false; default: boolean; }; size: { type: (NumberConstructor | StringConstructor)[]; required: false; default: number; }; padding: { type: StringConstructor; required: false; default: any; }; }, { emit: (event: "click" | "update:modelValue", ...args: any[]) => void; props: any; click: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").PublicProps, Readonly> & { onClick?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }, { padding: string; size: string | number; modelValue: boolean; disabled: boolean; focusBk: boolean; }, {}>; readonly isNull: (value: any) => value is null; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly> & { "onUpdate:modelValue"?: (...args: any[]) => any; onChange?: (...args: any[]) => any; }, { height: string; size: string; showSelectedStatus: boolean; disabled: boolean; placeholder: string; }, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly; default: any; }; dataList: { type: import("vue").PropType; default: () => any[]; }; historyLabel: StringConstructor; }>> & { "onUpdate:modelValue"?: (...args: any[]) => any; }, { modelValue: string | number; dataList: any[]; }, {}>; readonly MyUnit: import("vue").DefineComponent<{}, { useAppStore: import("pinia").Store<"myPrintApp", { locale: string; displayModel: import("../../../../index").DisplayModel; client: { connect: boolean; }; panelPosition: { x: number; y: number; scrollX: number; scrollY: number; }; currentPanel: import("../../../../index").Panel; previewData: any[]; provider: import("../../../../index").Provider; lastPageUnit: import("../../../../index").PageUnit; currentElement: import("../../../../index").MyElement[]; auxiliaryLineTmp: import("../../../../index").MyAuxiliaryLine; dataRotation: number | "rotate" | "none" | "ns-resize" | "move" | "col-resize"; }, {}, { SET_LOCALE(locale: T): void; SET_CLIENT_CONNECT(status: boolean): void; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; MyGroup: import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; MySwitch: import("vue").DefineComponent<{ enable: { type: BooleanConstructor; required: false; default: boolean; }; modelValue: { type: NumberConstructor; required: false; default: any; }; nullActive: { type: BooleanConstructor; required: false; default: boolean; }; activeText: { type: StringConstructor; required: false; default: string; }; inactiveText: { type: StringConstructor; required: false; default: string; }; }, { emit: (event: "change" | "click" | "update:modelValue", ...args: any[]) => void; props: any; modelValueComputed: import("vue").ComputedRef; statusText: import("vue").ComputedRef; click: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "click" | "update:modelValue")[], "change" | "click" | "update:modelValue", import("vue").PublicProps, Readonly> & { onClick?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; onChange?: (...args: any[]) => any; }, { enable: boolean; modelValue: number; nullActive: boolean; activeText: string; inactiveText: string; }, {}>; MyFormItem: import("vue").DefineComponent<{ label: { type: StringConstructor; required: false; }; labelWidth: { type: StringConstructor; required: false; default: string; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, { labelWidth: string; }, {}>; MyForm: import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; MyDividerPanel: import("vue").DefineComponent<{ class: { type: StringConstructor; required: false; default: any; }; }, { props: any; data: { basicDividerShowIs: boolean; }; basicDividerRef: import("vue").Ref; update: () => void; MyDivider: import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, { class: string; }, {}>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; export default _default;