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