import { IconName } from '../../icons'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; interface Props { name: IconName; width?: string | number; height?: string | number; color?: string; } declare const _default: DefineComponent & Readonly<{}>, { color: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=VIcon.vue.d.ts.map