export declare const TEXT_TAG: readonly ["address", "blockquote", "cite", "div", "figcaption", "legend", "p", "span", "time"];
export type TextTag = (typeof TEXT_TAG)[number];
export declare const TEXT_SIZE: readonly ["large", "medium", "small", "x-small", "xx-small"];
export type TextSize = (typeof TEXT_SIZE)[number];
export declare const TEXT_WEIGHT: readonly ["bold", "normal"];
export type TextWeight = (typeof TEXT_WEIGHT)[number];
