import type { App } from 'vue';
import type { WinboxIconOptions } from '../_utils/types';
declare const ArcoVueIcon: {
    install: (app: App, options?: WinboxIconOptions | undefined) => void;
};
export default ArcoVueIcon;
