import { PropType, StyleValue } from 'vue';
declare const _default: import("vue").DefineComponent<{
    icon: {
        type: PropType<string>;
        required: true;
        description: string;
    };
    type: {
        type: PropType<"fas" | "fad" | "far" | "fal">;
        default: string;
        options: string[];
        control: {
            type: string;
        };
        description: string;
    };
    size: {
        type: NumberConstructor;
        default: number;
        description: string;
    };
    spin: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    color: {
        type: StringConstructor;
        control: {
            type: string;
        };
        options: string[];
        validator: (val: string) => boolean;
        default: string;
        description: string;
    };
}, {
    classes: import("vue").ComputedRef<string[]>;
    style: import("vue").ComputedRef<StyleValue>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    icon: {
        type: PropType<string>;
        required: true;
        description: string;
    };
    type: {
        type: PropType<"fas" | "fad" | "far" | "fal">;
        default: string;
        options: string[];
        control: {
            type: string;
        };
        description: string;
    };
    size: {
        type: NumberConstructor;
        default: number;
        description: string;
    };
    spin: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    color: {
        type: StringConstructor;
        control: {
            type: string;
        };
        options: string[];
        validator: (val: string) => boolean;
        default: string;
        description: string;
    };
}>>, {
    type: "fas" | "fad" | "far" | "fal";
    color: string;
    size: number;
    spin: boolean;
}, {}>;
export default _default;
