import { App } from 'vue';
import PIcon from '../../components/Icon/PIcon.vue';
declare const install: (app: App) => void;
export { PIcon, install };
