/** * Styled component that returns a form with styles for Manual review view * @component ManualReviewBlock * @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 form * @example content of form */ export declare const ManualReviewBlock: import("styled-components").StyledComponent<"form", any, {}, never>;