import { SVGProps } from "react";
declare const SvgStar: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgStar;
