export interface SpinnerProps { size?: number; } export interface ContentProps { width?: string; }