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