import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const HotTubRounded: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default HotTubRounded;
