export declare const JsonInput: ({ value, onChange, onBlur, handleKey }: { value: any; onChange: any; onBlur: any; handleKey: any; }) => JSX.Element;