type DirectionType = "rtl" | "ltr"; type PositionType = "top" | "bottom" | "right" | "left"; export type { DirectionType as D, PositionType as P };