import { ICommentAttachment } from '../../CommentCard';
import { TranslateFuncType } from '../../../util/models';
interface IReplyAttachmentLabelPlugin {
    replies: number;
    selected?: boolean;
    attachments: ReadonlyArray<ICommentAttachment>;
    t: TranslateFuncType;
}
export declare const ReplyAttachmentLabelPlugin: (props: IReplyAttachmentLabelPlugin) => import("react/jsx-runtime").JSX.Element;
export {};
