import React from 'react'; interface SetupEditorProps { } export declare const SetupEditor: React.FC; export {};