export interface ILoading {
    size: number;
    color?: string;
    hasOpacity?: boolean;
}
