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