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