export type BaseComponentContext = { t: (val?: string, options?: { _userInput?: boolean; [key: string]: unknown; }) => string; customStyles?: { [refName: string]: { classes: string[] | undefined; override?: boolean; }; }; iconClass: (iconName: string) => string; };