export default function getDirection({ dock, isRTL }: { dock: any; isRTL: any; }): "rtl" | "ltr";