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