export declare enum LayoutDirection { 'top' = "top", 'right' = "right", 'bottom' = "bottom", 'left' = "left" } export declare const LayoutDirectionsMap: LayoutDirectionMapType; export type LayoutDirectionMapType = { [key: string]: LayoutDirection[]; };