import { App } from 'vue'; export declare type IIconProps = { size: number | string; color: string; }; export declare const install: (Vue: App) => void;