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