export type Align = 'start' | 'end' | 'center' | 'justify' | 'forceLeft' | 'forceRight'; export declare const semanticColors: readonly ["default", "disabled", "subtle", "success", "error", "warning", "inverse", "shopping", "recommendation", "link", "light", "dark"]; export type FontWeight = 'bold' | 'normal';