export declare const STATUS_BADGE_POSITIONS: { readonly topLeft: "top-left"; readonly topRight: "top-right"; readonly bottomLeft: "bottom-left"; readonly bottomRight: "bottom-right"; }; export declare const STATUS_BADGE_POSITIONS_ARRAY: ("top-right" | "top-left" | "bottom-left" | "bottom-right")[];