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