// Generated by dts-bundle v0.7.3 // Dependencies for this module: // ../../../react import * as React from 'react'; export interface IAppAdminProps { token: string; environment: "Development" | "Test" | "Production"; tenant: string; instanceName: string; } export class IAAppAdmin extends React.Component { constructor(props: IAppAdminProps); componentWillReceiveProps(props: IAppAdminProps): void; render(): JSX.Element; }