export function CommentTeaser({ t, CommentLink, onClick, highlighted, menu, children, ...comment }: { [x: string]: any; t: any; CommentLink?: ({ children }: { children: any; }) => any; onClick: any; highlighted: any; menu: any; children: any; }): JSX.Element; export default CommentTeaser;