export interface NoteLabels { showMore: string; showLess: string; } export declare const DEFAULT_NOTE_LABELS: NoteLabels;