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