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