import { NoteData } from './models/NoteData';
export declare const convert2Html: (noteData: NoteData) => void;
