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