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