export interface IFbSpinner { type: 'normal' | 'inline-text' | 'small'; }