/// <reference types="react" />
declare const App: ({ options, scenario }: {
    options: any;
    scenario: any;
}) => JSX.Element;
export default App;
