export interface AbbreviationsBlockProps { abbreviation: string; values: string[]; }