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