export declare const ORIENTATION: {
    readonly horizontal: "horizontal";
    readonly vertical: "vertical";
};
