declare const _default: import("vue").DefineComponent<{
    type: {
        type: StringConstructor;
        default: string;
        options: string[];
        description: string;
        validator: (value: string) => boolean;
    };
    animated: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
}, {
    classes: import("vue").ComputedRef<{
        'animate-pulse': boolean;
    }>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    type: {
        type: StringConstructor;
        default: string;
        options: string[];
        description: string;
        validator: (value: string) => boolean;
    };
    animated: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
}>>, {
    type: string;
    animated: boolean;
}, {}>;
export default _default;
