import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ScrollInfoOrientation {
    Horizontal = 0,
    Vertical = 1
}
/**
 * @hidden
 */
export declare let ScrollInfoOrientation_$type: Type;
