import { Direction } from './types'; import { Ref } from 'vue'; export declare function useDirection(dir?: Ref): import('vue').ComputedRef;