import type { FunctionalComponent } from 'vue'; declare const Pointer: FunctionalComponent<{}, {}>; export default Pointer;