declare const MyRank: ({ style, color, rank, height }: { style: any; color: any; rank: any; height: any; }) => import("react/jsx-runtime").JSX.Element; export default MyRank;