export declare const EMPHASIS_VARIANTS: readonly ["bold", "subtle", "minimal"];
export type Emphasis = (typeof EMPHASIS_VARIANTS)[number];
