import { MessageContentType } from '../types/AdditionalActions'; export declare const NoteContents: ({ text }: MessageContentType) => JSX.Element;