import { FC } from "react"; import { SelectLetterProps } from "./SendLettersFrom.types"; /** * @component * @name HeaderTable * @description This method is in charge of generating the letter selection forms of sending them * @version 1.0.0 * @author: Christian Fernando Diaz BolaƱos [TheMasterTz] (https://github.com/TheMasterTz) * @returns {JSX.Element} */ export declare const SelectLetter: FC;