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