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