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