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