import { FC, SVGProps } from 'react'; declare const IconStar: FC & { fill?: string }>; export default IconStar;