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