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