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