export interface LoadingProps { visible: boolean; percent: number; height: number; color: string; }