declare const PriceChange: ({ ticket, colorized, }: { ticket: string; colorized?: boolean | undefined; }) => JSX.Element; export default PriceChange;