declare const _default: import("vue").DefineComponent<{
    title: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    icon: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    iconType: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    iconSize: {
        type: NumberConstructor;
        default: number;
        description: string;
    };
    type: {
        type: StringConstructor;
        default: string;
        options: string[];
        description: string;
    };
    outline: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    neon: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    closable: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
}, {
    closed: import("vue").Ref<boolean>;
    classes: import("vue").ComputedRef<string[]>;
    close: () => void;
    hasSlot: (name: string) => boolean;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    title: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    icon: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    iconType: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    iconSize: {
        type: NumberConstructor;
        default: number;
        description: string;
    };
    type: {
        type: StringConstructor;
        default: string;
        options: string[];
        description: string;
    };
    outline: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    neon: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    closable: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
}>>, {
    type: string;
    title: string;
    neon: boolean;
    icon: string;
    iconType: string;
    iconSize: number;
    outline: boolean;
    closable: boolean;
}, {}>;
export default _default;
