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