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