import React from 'react'; export interface ICellEditorValidationMessageProps { message: string; } declare const CellEditorValidationMessage: React.FunctionComponent; export default CellEditorValidationMessage;