/** * Create a section with this specific style. * This layout is refering to the left sidebar that shows the buttons of the * different views * @component LayoutBlock * @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 LayoutBlock: import("styled-components").StyledComponent<"section", any, { logo: string; }, never>;