declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    align: {
        type: import("vue").PropType<"bottom" | "middle" | "top">;
        default: "bottom" | "middle" | "top";
        validator(val: "bottom" | "middle" | "top"): boolean;
    };
    arrow: BooleanConstructor;
    bordered: {
        type: BooleanConstructor;
        default: boolean;
    };
    description: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    hover: BooleanConstructor;
    image: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    leftIcon: {
        type: import("vue").PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    note: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    required: BooleanConstructor;
    rightIcon: {
        type: import("vue").PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    title: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    onClick: import("vue").PropType<(context: {
        e: MouseEvent;
    }) => void>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    align: {
        type: import("vue").PropType<"bottom" | "middle" | "top">;
        default: "bottom" | "middle" | "top";
        validator(val: "bottom" | "middle" | "top"): boolean;
    };
    arrow: BooleanConstructor;
    bordered: {
        type: BooleanConstructor;
        default: boolean;
    };
    description: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    hover: BooleanConstructor;
    image: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    leftIcon: {
        type: import("vue").PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    note: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    required: BooleanConstructor;
    rightIcon: {
        type: import("vue").PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    title: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    onClick: import("vue").PropType<(context: {
        e: MouseEvent;
    }) => void>;
}>> & Readonly<{}>, {
    align: "bottom" | "middle" | "top";
    arrow: boolean;
    bordered: boolean;
    hover: boolean;
    required: boolean;
}, {}, {}, {
    Hover: import("vue").Directive<HTMLElement, string | import("@/shared/hover").HoverBindingObject>;
}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
