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