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