import type { _ModuleWithApi, _NotesGridApi } from 'ag-grid-community';
/**
 * @feature Notes
 * @gridOption notesDataSource
 * @gridOption noteTrigger
 * @gridOption noteShowDelay
 * @gridOption noteHideDelay
 */
export declare const NotesModule: _ModuleWithApi<_NotesGridApi>;
