export declare const dataModulesRoundedNeighbours: (string | {
    left: boolean;
    right: boolean;
    top: boolean;
    bottom: boolean;
    count: number;
})[][];
export declare const dataModulesLeafNeighbours: (string | {
    left: boolean;
    right: boolean;
    top: boolean;
    bottom: boolean;
    count: number;
})[][];
export declare const dataModulesVerticalLineNeighbours: (string | {
    left: boolean;
    right: boolean;
    top: boolean;
    bottom: boolean;
    count: number;
})[][];
export declare const dataModulesHorizontalLineNeighbours: (string | {
    left: boolean;
    right: boolean;
    top: boolean;
    bottom: boolean;
    count: number;
})[][];
//# sourceMappingURL=data-modules-neightbours.d.ts.map