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