import { FlexDirectionProperty } from 'csstype';
import { Location } from './types';
export declare const parseFlexDirection: (location: Location) => FlexDirectionProperty;
