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