export declare const statuses: readonly ["caution", "negative", "positive"];
export type Status = (typeof statuses)[number];
export declare const status: {
    caution: import("../../util").TokenValue | (({ theme }: import("../../util").ThemeObject) => import("../../util").TokenValue);
    negative: import("../../util").TokenValue | (({ theme }: import("../../util").ThemeObject) => import("../../util").TokenValue);
    positive: import("../../util").TokenValue | (({ theme }: import("../../util").ThemeObject) => import("../../util").TokenValue);
};
