/// export declare const Arrow: (props: { direction: NavigationReason; className?: string; onClick?: () => void; }) => JSX.Element;