import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum CellDiagonalBorder {
    None = 0,
    TopLeftToBottomRight = 1,
    BottomLeftToTopRight = 2,
    Both = 3
}
/**
 * @hidden
 */
export declare let CellDiagonalBorder_$type: Type;
