export interface SpinnerProps { label?: string; size?: string; color?: string; labelColor?: string; labelFontSize?: string; }