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