export declare const passportProps: () => { prefixCls: import("vue-types").VueTypeValidableDef & { default: string; }; background: import("vue-types").VueTypeValidableDef & { default: string; }; title: import("vue-types").VueTypeValidableDef & { default: string; }; rules: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; }; content: import("vue-types").VueTypeValidableDef; footer: import("vue-types").VueTypeValidableDef; openCaptcha: import("vue-types").VueTypeValidableDef & { default: boolean; }; captchaRadius: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; captchaInitParams: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; captchaInitAction: import("vue-types").VueTypeDef; captchaInitMethod: import("vue-types").VueTypeDef & { default: string; }; captchaCheckParams: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; captchaCheckAction: import("vue-types").VueTypeValidableDef & { default: string; }; captchaCheckMethod: import("vue-types").VueTypeDef & { default: string; }; captchaVerifyParams: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; } & { default: () => { [key: string]: any; }; }; captchaVerifyAction: import("vue-types").VueTypeValidableDef & { default: string; }; captchaVerifyMethod: import("vue-types").VueTypeDef & { default: string; }; captchaImage: import("vue-types").VueTypeValidableDef & { default: string; }; captchaBackground: import("vue-types").VueTypeValidableDef & { default: string; } & { default: string; }; captchaTextColor: import("vue-types").VueTypeValidableDef & { default: string; } & { default: string; }; captchaThemeColor: import("vue-types").VueTypeValidableDef & { default: string; }; captchaMaxTries: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; onCaptchaInit: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; onCaptchaChecked: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; onCaptchaSuccess: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; };