export interface SpinnerProps {
  containerStyle?: string;
  size: "Small" | "Medium" | "Large" | undefined;
}
