import { IconProps } from '../lib';
declare function Trophy({ weight, color, size, style }: IconProps): JSX.Element;
export default Trophy;
