export declare enum GridFooterPositions {
    bottom = 0,
    top = 1,
    both = 2
}
