export declare const DEFAULT_JUSTIFY_CONTENT = "start"; export declare const ALIGN_TO_JUSTIFY_CONTENT_MAP: { readonly left: "start"; readonly center: "center"; readonly right: "end"; };