import React from 'react'; import type { BaseResponsiveProps } from '../../../responsive/type'; declare type NotesDataSource = { note?: string; internalNotes?: Array> | string; onChange?: (value: any, type: 'edit' | 'add' | 'remove', noteType: string) => void; apis?: any; bookingId?: any; }; declare const _default: React.ForwardRefExoticComponent>; export default _default;