export interface BaseLoadingProps { size?: 'lg'; strokeWidth?: number; percent?: number; type?: 'circular' | 'spinner'; loading?: boolean; }