import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare const enum FixedCellPositions {
    None = 0,
    Left = 1,
    Right = 2,
    Top = 3,
    Bottom = 4
}
/**
 * @hidden
 */
export declare let FixedCellPositions_$type: Type;
