import { IconifyIcon } from '@iconify/vue';
declare const _default: import('vue').DefineComponent<{
    icon: string | IconifyIcon;
    width?: string | number;
    height?: string | number;
    color?: string;
    style?: Partial<CSSStyleDeclaration> | string;
    load?: (name: string) => void;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
    icon: string | IconifyIcon;
    width?: string | number;
    height?: string | number;
    color?: string;
    style?: Partial<CSSStyleDeclaration> | string;
    load?: (name: string) => void;
}> & Readonly<{}>, {
    width: string | number;
    height: string | number;
    load: (name: string) => void;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
