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