import { FC, SVGProps } from 'react'; export declare const Medal: FC & { rank: number; }>;