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