import React from 'react'; import { IPropDocEditor } from '../types'; export declare function StringEditor(props: IPropDocEditor): React.JSX.Element; export declare function StringWithExamplesEditor(props: IPropDocEditor): React.JSX.Element; //# sourceMappingURL=stringEditor.d.ts.map