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