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