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