import * as React from 'react'; import { IAppDefinition } from '../index'; export declare function createDemoApp(appDefinition: IAppDefinition, gettingStartedPage: React.FunctionComponent): void;