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