export interface LoadingIndicatorProps { value?: number; max?: number; indeterminate?: boolean; contained?: boolean; 'aria-label'?: string | undefined | null; }