export type BCMSTooltipInput = | string | { msg: string; type: 'default' | 'info' };