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