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