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