import type { IOrientType } from '../../../typings';
export declare const isVertical: (orient: IOrientType) => boolean;
export declare const isHorizontal: (orient: IOrientType) => boolean;
