export declare const TAG_COLORS: readonly ["primary", "normal", "warm", "danger"]; export declare type TagType = typeof TAG_COLORS[number]; export declare type TagShape = "square" | "round"; export declare type TagVariant = "dark" | "light" | "plain";