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