export declare const captchaProps: () => { prefixCls: import("vue-types").VueTypeValidableDef & { default: string; }; width: import("vue-types").VueTypeDef & { default: string | number; }; height: import("vue-types").VueTypeValidableDef & { default: number; }; radius: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; themeColor: import("vue-types").VueTypeValidableDef & { default: string; }; bgColor: import("vue-types").VueTypeValidableDef & { default: string; }; borderColor: import("vue-types").VueTypeValidableDef & { default: string; }; textColor: import("vue-types").VueTypeValidableDef & { default: string; }; boxShadow: import("vue-types").VueTypeValidableDef & { default: boolean; }; boxShadowColor: import("vue-types").VueTypeValidableDef & { default: string; }; boxShadowBlur: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; modalBgColor: import("vue-types").VueTypeValidableDef & { default: string; }; modalBoxShadow: import("vue-types").VueTypeValidableDef & { default: boolean; }; modalBoxShadowColor: import("vue-types").VueTypeValidableDef & { default: string; }; modalBoxShadowBlur: import("vue-types").VueTypeValidableDef & { default: number; }; image: import("vue-types").VueTypeValidableDef & { default: string; }; logo: import("vue-types").VueTypeValidableDef & { default: string; }; mask: import("vue-types").VueTypeValidableDef & { default: boolean; }; maskClosable: import("vue-types").VueTypeValidableDef & { default: boolean; }; maxTries: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; initParams: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; initAction: import("vue-types").VueTypeDef; initMethod: import("vue-types").VueTypeDef & { default: string; }; verifyParams: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; verifyAction: import("vue-types").VueTypeDef; verifyMethod: import("vue-types").VueTypeDef & { default: string; }; checkParams: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; checkAction: import("vue-types").VueTypeValidableDef & { default: string; }; checkMethod: import("vue-types").VueTypeDef & { default: string; }; actionConfig: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; }; export declare const captchaModalProps: () => { prefixCls: import("vue-types").VueTypeValidableDef & { default: string; }; show: import("vue-types").VueTypeValidableDef & { default: boolean; }; image: import("vue-types").VueTypeValidableDef & { default: string; }; position: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; }; mask: import("vue-types").VueTypeValidableDef & { default: boolean; }; maskClosable: import("vue-types").VueTypeValidableDef & { default: boolean; }; themeColor: import("vue-types").VueTypeValidableDef & { default: string; }; bgColor: import("vue-types").VueTypeValidableDef & { default: string; }; boxShadow: import("vue-types").VueTypeValidableDef & { default: boolean; }; boxShadowColor: import("vue-types").VueTypeValidableDef & { default: string; }; boxShadowBlur: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; maxTries: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; verifyParams: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; verifyMethod: import("vue-types").VueTypeValidableDef & { default: string; } & { default: string; }; verifyAction: import("vue-types").VueTypeValidableDef & { default: string; }; actionConfig: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; };