type RTLDirection = "rtl" | "ltr";

declare const _default: {};

export { type RTLDirection, _default as default };
