import { Plugin } from 'vue';

type SFCWithInstall<T> = T & Plugin;
export declare const Icon: SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    type: {
        type: import('vue').PropType<string>;
    };
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    type: {
        type: import('vue').PropType<string>;
    };
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
export default Icon;
