import type { Note } from 'ag-grid-community';
export declare function cloneNote(note?: Note): Note | undefined;
