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