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