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