import { JSONOutput } from 'typedoc'; export type CommentWithModifiers = Pick & Required>; export declare function isCommentWithModifiers(comment?: JSONOutput.Comment): comment is CommentWithModifiers; interface CommentBadgesProps { comment: CommentWithModifiers; } export declare function CommentBadges({ comment }: CommentBadgesProps): import("react").JSX.Element; export {}; //# sourceMappingURL=CommentBadges.d.ts.map