import type { IOrientType } from '../../ts-types/component/util';
export declare function isXAxis(orient: IOrientType): boolean;
export declare function isYAxis(orient: IOrientType): boolean;
