import * as React from 'react';
interface NotesAndCommentsPopupProps {
}
export declare const GridCellPopup: React.FunctionComponent<NotesAndCommentsPopupProps>;
export {};
