import type { App } from 'vue';
declare const BpVueIcon: {
    iconType: string[];
    iconInfo: {
        name: string;
        list: string[];
    }[];
    install: (app: App) => void;
};
export default BpVueIcon;
