/// import { ControlProps } from '@jsonforms/core'; interface WithInput { input: any; } export declare const SpectrumInputControl: (props: ControlProps & WithInput) => JSX.Element; export {};