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