import { default as React } from 'react'; export interface StateExplorerProps { serviceUrl?: string; token?: string; applicationId: string; environment: string; refreshIntervalMs?: number; } export declare function StateExplorer({ serviceUrl, token, applicationId, environment, refreshIntervalMs }: StateExplorerProps): React.JSX.Element; export default StateExplorer; //# sourceMappingURL=StateExplorer.d.ts.map