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