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