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