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