declare const _default: import("vue").DefineComponent<{
    container: {
        type: import("vue").PropType<() => HTMLElement>;
    };
    fixed: {
        type: BooleanConstructor;
        default: boolean;
    };
    icon: {
        type: import("vue").PropType<boolean | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
        default: boolean;
    };
    target: {
        type: import("vue").PropType<() => HTMLElement>;
    };
    text: {
        type: StringConstructor;
        default: string;
    };
    theme: {
        type: import("vue").PropType<"round" | "half-round" | "round-dark" | "half-round-dark">;
        default: "round" | "half-round" | "round-dark" | "half-round-dark";
        validator(val: "round" | "half-round" | "round-dark" | "half-round-dark"): boolean;
    };
    visibilityHeight: {
        type: NumberConstructor;
        default: number;
    };
    onToTop: import("vue").PropType<() => void>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    container: {
        type: import("vue").PropType<() => HTMLElement>;
    };
    fixed: {
        type: BooleanConstructor;
        default: boolean;
    };
    icon: {
        type: import("vue").PropType<boolean | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
        default: boolean;
    };
    target: {
        type: import("vue").PropType<() => HTMLElement>;
    };
    text: {
        type: StringConstructor;
        default: string;
    };
    theme: {
        type: import("vue").PropType<"round" | "half-round" | "round-dark" | "half-round-dark">;
        default: "round" | "half-round" | "round-dark" | "half-round-dark";
        validator(val: "round" | "half-round" | "round-dark" | "half-round-dark"): boolean;
    };
    visibilityHeight: {
        type: NumberConstructor;
        default: number;
    };
    onToTop: import("vue").PropType<() => void>;
}>>, {
    fixed: boolean;
    text: string;
    theme: "round" | "half-round" | "round-dark" | "half-round-dark";
    icon: boolean | ((h: typeof import("vue").h) => import("..").SlotReturnValue);
    visibilityHeight: number;
}, {}>;
export default _default;
