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