export declare const DirectionValues: {
    BlockStart: string;
    BlockEnd: string;
    InlineStart: string;
    InlineEnd: string;
};
export declare enum DirectionFlow {
    TopToBottom = "top-to-bottom",
    BottomToTop = "bottom-to-top",
    RightToLeft = "right-to-left",
    LeftToRight = "left-to-right"
}
export declare enum Axes {
    Top = "top",
    Right = "right",
    Bottom = "bottom",
    Left = "left"
}
