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