/// import { BaseIconProps } from '../../types'; declare function SvgRewards({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgRewards;