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