import * as React from 'react'; import { RouteComponentProps } from 'react-router'; import * as GQL from '../backend/graphqlschema'; interface Props extends RouteComponentProps<{}> { user: GQL.IUser | null; } /** * A page that is shown when the Sourcegraph instance has not yet been initialized. * Only the person who first accesses the instance will see this. */ export declare class SiteInitPage extends React.Component { render(): JSX.Element; private doSiteInit; } export {}; //# sourceMappingURL=SiteInitPage.d.ts.map