declare const _sfc_main: import("vue").DefineComponent<{ show: { type: BooleanConstructor; default: boolean; }; icon: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; content: { type: StringConstructor; default: string; }; closeIcon: { type: StringConstructor; default: string; }; showFooter: { type: BooleanConstructor; default: boolean; }; textCancelBtn: { type: StringConstructor; default: string; }; textConfirmBtn: { type: StringConstructor; default: string; }; width: { type: StringConstructor; default: string; }; confirmBtnType: { type: StringConstructor; default: string; }; }, { props: any; emits: (event: "update:show" | "hidden", ...args: any[]) => void; closeModal: () => void; confirmModal: () => void; modalStyles: import("vue").ComputedRef<{ '--modal-width': string; }>; ArboButton: import("vue").DefineComponent<{ label: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; isSubmitBtn: { type: BooleanConstructor; default: boolean; }; disable: { type: BooleanConstructor; default: boolean; }; }, { props: any; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { type: string; label: string; isSubmitBtn: boolean; disable: boolean; }>; SvgRender: import("vue").DefineComponent<{ url: { type: StringConstructor; required: true; }; alt: { type: StringConstructor; default: string; }; classIcon: { type: StringConstructor; default: string; }; }, { props: any; getExtension: (filename: string) => string | undefined; icon: import("@vue/reactivity").ComputedRef; isSvg: import("@vue/reactivity").ComputedRef; defineAsyncComponent: typeof import("vue").defineAsyncComponent; readonly computed: typeof import("@vue/reactivity").computed; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { alt: string; classIcon: string; }>; computed: typeof import("@vue/reactivity").computed; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "hidden")[], "update:show" | "hidden", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:show"?: ((...args: any[]) => any) | undefined; onHidden?: ((...args: any[]) => any) | undefined; }, { width: string; icon: string; title: string; content: string; show: boolean; closeIcon: string; showFooter: boolean; textCancelBtn: string; textConfirmBtn: string; confirmBtnType: string; }>; export default _sfc_main;