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