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