/// <reference types="react" />
declare const Medal: (props: any, ref: any) => JSX.Element;
export default Medal;
