import React from 'react'; import type { IArtifactEditorProps, IArtifactEditorState } from '../../../../domain'; export declare class ArtifactEditor extends React.Component { protected constructor(props: IArtifactEditorProps, type: string); onVersionChange: (version: string) => void; }