declare namespace ClLoading {
	type MaskOptions =
		| string
		| {
				border?: boolean;
				text: string;
		  };
}
