export function DiscussionFooter({ t, CommentLink, comment }: { t: any; CommentLink?: ({ children }: { children: any; }) => any; comment: any; }): JSX.Element; export default DiscussionFooter;