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