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