declare const hexagon_fill: { _: { width: number; height: number; paths: { d: string; "fill-rule": string; }[]; }; }; export default hexagon_fill;