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