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