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