export default function getDock({ orientation, dock, btt, rtl }: { orientation: any; dock: any; btt: any; rtl: any; }): { current: string; opposite: any; start: string; end: string; };