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