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