import React from 'react'; import { CellProps, RankedTester } from '@jsonforms/core'; import { SpectrumInputProps } from '../spectrum-control'; export declare const SpectrumTextCell: (props: CellProps & SpectrumInputProps) => JSX.Element; /** * Default tester for text-based/string controls. * @type {RankedTester} */ export declare const SpectrumTextCellTester: RankedTester; declare const _default: React.ComponentType; export default _default;