import type { PositionType } from '../components/use-popup/use-popup.type'; type OppositePositionType = PositionType | 'auto'; export declare const getRTLPosition: (position: OppositePositionType | undefined, isRTL: boolean) => OppositePositionType | undefined; export {}; //# sourceMappingURL=rtl.d.ts.map