export * from './types/core'; export * from './types/event'; export * from './types/user'; export * from './types/diagnostics'; export declare const inspector: import("./types/core").Inspector; export declare type InspectorShellProps = { /** * By default, the inspector will land on the events explorer page. However, * it is possible to first land on an alternative view instead: * - user: Check if the user has been identified, and explore their traits * - diagnostics: View details around integrations, plugins, intialization errors, etc. */ landingPage?: 'events' | 'user' | 'diagnostics'; }; export declare const InspectorShell: ({ landingPage }: InspectorShellProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map