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