import { Type } from "igniteui-react-core";
/**
 * Enumeration representing the possible positions for pinning rows.
 * - Top: Rows are pinned to the top of the grid.
 * - Bottom: Rows are pinned to the bottom of the grid.
 */
export declare enum RowPinningPosition {
    Top = 0,
    Bottom = 1
}
/**
 * @hidden
 */
export declare let RowPinningPosition_$type: Type;
