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