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