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