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