import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { BathIcon as VanillaBathIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const BathIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Bath: ForwardRefExoticComponent & RefAttributes>;