import { PropType } from 'vue';
declare const _default: {
    container: {
        type: PropType<() => HTMLElement>;
    };
    fixed: {
        type: BooleanConstructor;
        default: boolean;
    };
    icon: {
        type: PropType<boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
        default: boolean;
    };
    target: {
        type: PropType<() => HTMLElement>;
    };
    text: {
        type: StringConstructor;
        default: string;
    };
    theme: {
        type: PropType<"half-round" | "half-round-dark" | "round" | "round-dark">;
        default: "half-round" | "half-round-dark" | "round" | "round-dark";
        validator(val: "half-round" | "half-round-dark" | "round" | "round-dark"): boolean;
    };
    visibilityHeight: {
        type: NumberConstructor;
        default: number;
    };
    onToTop: PropType<() => void>;
};
export default _default;
