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