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