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