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