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