export type RowColumnGapType = { row: string; column: string; }; export declare const rcg: (...coordinates: Array) => RowColumnGapType;