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