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