/** * Loading animation for the loading component * @constant loadingAnimation * @author: Juan Sebastian Perea [Juanse1595] (https://github.com/Juanse1595) * @author: Juan David Avila Caycedo [JuanDAC] (https://github.com/JuanDAC) * @version 1.0.0 * @type {Keyframes} - Keyframes for the loading animation * @example * ` * { * animation: ${loadingAnimation} 1s infinite; * } * ` */ export declare const loadingAnimation: import("styled-components").Keyframes;