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