export interface LoadingProps { typePosition: 'relative' | 'absolute'; typeBackground: 'white' | 'black'; typeZIndex: number; typeIcon: 'basic' | 'text' | 'icon' | 'line:fix' | 'line:relative'; isLoading: boolean; isHideText?: boolean; text?: string; }