import { IconProps } from '../lib';
declare function Medal(props: IconProps): JSX.Element;
export default Medal;
