import { ReactNode } from 'react'; export type BadgeCommentProps = { children: ReactNode; className?: string; testId?: string; }; export declare const BadgeComment: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=BadgeComment.d.ts.map