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