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