import type { Direction } from "../types"; export declare function flexDirection(direction: Direction): "row" | "column";