import { NoteData } from '../../../models/NoteData';
export declare const applyContentClassTemplate: (noteData: NoteData, text: string) => string;
