export type RTLOffsetType = 'negative' | 'positive-descending' | 'positive-ascending';
export declare function getRTLOffsetType(recalculate?: boolean): RTLOffsetType;
