import { FC } from 'react'; import { TableGeneratorProps } from './TableGenerator.types'; /** * @function * @name TableGenerator * @returns smart component that renders the table with all the information * of the participants in the route '/' for staff. * @author: Juan Sebastian Perea [Juanse1595] (https://github.com/Juanse1595) * @author: Juan David Avila Caycedo [JuanDAC] (https://github.com/JuanDAC) */ export declare const TableGenerator: FC;