///
/**
* Loading figure
* @component Loading
* @version 1.0.0
* @author: Juan Sebastian Perea [Juanse1595] (https:github.com/Juanse1595)
* @author: Juan David Avila Caycedo [JuanDAC] (https:github.com/JuanDAC)
* @returns html element that represents a loading figure
* @example
*/
export declare const Loading: () => JSX.Element;