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