export default NptLessonsCommentEdit; declare function NptLessonsCommentEdit({ feedItem: { context: { [FEED_ITEM_TYPES.TRACES_MEMO]: { body, attachment, bitDepth, holeDepth, timestamp }, }, }, onClose, onSave, userCompanyId, }: { feedItem: { context: {}; }; onClose: any; onSave: any; userCompanyId: any; }): JSX.Element; //# sourceMappingURL=NptLessonsCommentEdit.d.ts.map