///
import PropTypes from 'prop-types';
/**
* @function
* @name RenderId
* @param {string} intranetUserId: id of the participant.
* @returns a button with the id of the participant, if clicked the app
* redirects to the participant detail view
* @author: Manuel Gomez [manolobkno08] (https://github.com/manolobkno08)
*/
export declare const dateFrom: (key: string) => (date: {
[key: string]: any;
}) => JSX.Element;
/**
* @function
* @name RenderId
* @param {string} intranetUserId: id of the participant.
* @returns a button with the id of the participant, if clicked the app
* redirects to the participant detail view
* @author: Manuel Gomez [manolobkno08] (https://github.com/manolobkno08)
*/
declare const LastsignInAt: {
({ lastsignInAt }: {
lastsignInAt: number | string;
}): JSX.Element;
propTypes: {
lastsignInAt: PropTypes.Requireable;
};
};
export { LastsignInAt };