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