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