import { FC, SVGProps } from 'react'; declare const IconTicket: FC & { fill?: string }>; export default IconTicket;