export type MatrixOptions = {
    cellFunction?: (td: any, x: any, y: any, value: any) => string;
    xDecreasing?: boolean;
    yDecreasing?: boolean;
    set_x: any[];
    set_y: any[];
};
//# sourceMappingURL=types.d.ts.map