import { ISpinnerProps } from '@fluentui/react'; export interface SpinnerProps extends ISpinnerProps { spinnerColor?: 'white' | 'black'; }