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