import { LFC } from "@launchmenu/core";
import { Note } from "../../dataModel/Note";
/** The content to render a note's content as html */
export declare const ContentHtml: LFC<{
    note: Note;
}>;
//# sourceMappingURL=ContentHtml.d.ts.map