/* mustCoerceToInt *//**
* 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 enumRowPinningPosition
{
Top,
Bottom
}