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