import { FC } from "react"; import { GeneratorSendLettersFromProps } from "./SendLettersFrom.types"; /** * @component * @name ComingSoonFrom * @description Form to send letters to several students at the same time, * this method is responsible for rendering the table * @version 1.0.0 * @author: Christian Fernando Diaz BolaƱos [TheMasterTz] (https://github.com/TheMasterTz) * @returns {JSX.Element} */ export declare const GeneratorSendLettersFrom: FC;