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