export declare const textInfo: { slideEnd: string; slide: string; success: string; fail: string; doCaptcha: string; pointInOrder: string; trigger: string; completed: string; }; export declare function parseTarget(target: any): any[]; export declare const captchaProps: { readonly type: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly appendTo: { readonly type: import("vue").PropType (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly slideTarget: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly title: StringConstructor; readonly tip: StringConstructor; readonly successTip: StringConstructor; readonly failTip: StringConstructor; readonly image: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tolerance: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly canvasSize: import("@inte-cloud/lit-element/es/utils").EpPropFinalized number[], boolean>; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly onBeforeTest: FunctionConstructor; readonly texts: ArrayConstructor; readonly failLimit: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly remotePoint: BooleanConstructor; readonly useTrigger: BooleanConstructor; readonly triggerText: StringConstructor; readonly triggerSize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly visible: BooleanConstructor; readonly isRefresh: BooleanConstructor; readonly hollowShape: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly hideDelay: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; }; export declare const captchaSliderProps: { size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; target: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; tolerance: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; disabled: BooleanConstructor; loading: BooleanConstructor; tip: StringConstructor; successTip: StringConstructor; loadingLock: BooleanConstructor; onBeforeTest: FunctionConstructor; onSuccess: FunctionConstructor; onFail: FunctionConstructor; onDragStart: FunctionConstructor; onDrag: FunctionConstructor; onDragEnd: FunctionConstructor; };