export declare const AspBacktop: import("asp-smart-ui-plus/es/utils").SFCWithInstall<{
    raw: import("element-plus/es/utils").SFCWithInstall<{
        new (...args: any[]): {
            $: import("vue").ComponentInternalInstance;
            $data: {};
            $props: Partial<{
                readonly bottom: number;
                readonly right: number;
                readonly target: string;
                readonly visibilityHeight: number;
            }> & Omit<Readonly<import("vue").ExtractPropTypes<{
                readonly visibilityHeight: {
                    readonly type: NumberConstructor;
                    readonly default: 200;
                };
                readonly target: {
                    readonly type: StringConstructor;
                    readonly default: "";
                };
                readonly right: {
                    readonly type: NumberConstructor;
                    readonly default: 40;
                };
                readonly bottom: {
                    readonly type: NumberConstructor;
                    readonly default: 40;
                };
            }>> & {
                onClick?: ((evt: MouseEvent) => any) | undefined;
            } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "right" | "bottom" | "target" | "visibilityHeight">;
            $attrs: {
                [x: string]: unknown;
            };
            $refs: {
                [x: string]: unknown;
            };
            $slots: Readonly<{
                [name: string]: import("vue").Slot | undefined;
            }>;
            $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
            $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
            $emit: (event: "click", evt: MouseEvent) => void;
            $el: any;
            $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
                readonly visibilityHeight: {
                    readonly type: NumberConstructor;
                    readonly default: 200;
                };
                readonly target: {
                    readonly type: StringConstructor;
                    readonly default: "";
                };
                readonly right: {
                    readonly type: NumberConstructor;
                    readonly default: 40;
                };
                readonly bottom: {
                    readonly type: NumberConstructor;
                    readonly default: 40;
                };
            }>> & {
                onClick?: ((evt: MouseEvent) => any) | undefined;
            }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
                click: (evt: MouseEvent) => void;
            }, string, {
                readonly bottom: number;
                readonly right: number;
                readonly target: string;
                readonly visibilityHeight: number;
            }, {}, string> & {
                beforeCreate?: ((() => void) | (() => void)[]) | undefined;
                created?: ((() => void) | (() => void)[]) | undefined;
                beforeMount?: ((() => void) | (() => void)[]) | undefined;
                mounted?: ((() => void) | (() => void)[]) | undefined;
                beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
                updated?: ((() => void) | (() => void)[]) | undefined;
                activated?: ((() => void) | (() => void)[]) | undefined;
                deactivated?: ((() => void) | (() => void)[]) | undefined;
                beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
                beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
                destroyed?: ((() => void) | (() => void)[]) | undefined;
                unmounted?: ((() => void) | (() => void)[]) | undefined;
                renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
                renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
                errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
            };
            $forceUpdate: () => void;
            $nextTick: typeof import("vue").nextTick;
            $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
        } & Readonly<import("vue").ExtractPropTypes<{
            readonly visibilityHeight: {
                readonly type: NumberConstructor;
                readonly default: 200;
            };
            readonly target: {
                readonly type: StringConstructor;
                readonly default: "";
            };
            readonly right: {
                readonly type: NumberConstructor;
                readonly default: 40;
            };
            readonly bottom: {
                readonly type: NumberConstructor;
                readonly default: 40;
            };
        }>> & {
            onClick?: ((evt: MouseEvent) => any) | undefined;
        } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
        __isFragment?: undefined;
        __isTeleport?: undefined;
        __isSuspense?: undefined;
    } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
        readonly visibilityHeight: {
            readonly type: NumberConstructor;
            readonly default: 200;
        };
        readonly target: {
            readonly type: StringConstructor;
            readonly default: "";
        };
        readonly right: {
            readonly type: NumberConstructor;
            readonly default: 40;
        };
        readonly bottom: {
            readonly type: NumberConstructor;
            readonly default: 40;
        };
    }>> & {
        onClick?: ((evt: MouseEvent) => any) | undefined;
    }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
        click: (evt: MouseEvent) => void;
    }, string, {
        readonly bottom: number;
        readonly right: number;
        readonly target: string;
        readonly visibilityHeight: number;
    }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
        $slots: {
            default?(_: {}): any;
        };
    })>;
    name: string;
}> & Record<string, any>;
export default AspBacktop;
export * from './src';
