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