declare const star_fill: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default star_fill;