export interface SimpleLoadingProps { active: boolean; text: string; }