import { ButtonColorTypes } from '../Button'; export interface ISpinnerProps { show?: boolean; className?: string; testId?: string; size?: number; buttonType?: ButtonColorTypes; }