import { Game } from '0g'; export declare type EditorProps = { game: Game; }; export declare function Editor({ game }: EditorProps): JSX.Element;