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