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