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