declare const CheckMyRank: ({ height, onClick, style, className }: { height?: string; onClick: any; style?: {}; className?: string; }) => import("react/jsx-runtime").JSX.Element; export default CheckMyRank;