import { Direction } from '@wix/editor-react-types'; export declare const useResolvedDirection: (direction?: Direction) => Direction;