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