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