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