import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgStar: (props: SVGProps) => React.JSX.Element; export default SvgStar; //# sourceMappingURL=Star.d.ts.map