import { PropType } from 'vue';
declare const _default: {
    align: {
        type: PropType<"bottom" | "middle" | "top">;
        default: "bottom" | "middle" | "top";
        validator(val: "bottom" | "middle" | "top"): boolean;
    };
    arrow: BooleanConstructor;
    bordered: {
        type: BooleanConstructor;
        default: boolean;
    };
    description: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    hover: BooleanConstructor;
    image: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    leftIcon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    note: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    required: BooleanConstructor;
    rightIcon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    title: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    onClick: PropType<(context: {
        e: MouseEvent;
    }) => void>;
};
export default _default;
