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