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