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