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