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