declare type LoginBlockProps = { logo: string; }; /** * Create a section with this specific style. * This section contains the login block which stores the FormBlock * @component LoginBlock * @name LoginBlock * @version 1.0.0 * @author: Juan Sebastian Perea [Juanse1595] (https://github.com/Juanse1595) * @author: Juan David Avila Caycedo [JuanDAC] (https://github.com/JuanDAC) * @returns {JSX.Element} * @example content of section */ export declare const LoginBlock: import("styled-components").StyledComponent<"section", any, LoginBlockProps, never>; export {};