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