export declare const ALIGN: {
    readonly right: "flex-end";
    readonly left: "flex-start";
    readonly center: "center";
};
