/**
 * Defines available orientation
 */
export declare type Orientation = "horizontal" | "vertical";
