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