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