import type { Direction } from './types';
import { type Ref } from 'vue';
export declare function useDirection(dir?: Ref<Direction | undefined>): import("vue").ComputedRef<Direction>;
