/** * To be able to make the last row columns distribute the remaining space, we should get the least common multiple. * With that calculation done, we get the real number of columns of the grid, and then we make the SingleValues span through the correct number of columns */ export declare const gridRows: string;