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