/// <reference types="react" />
import { GraphQLSchema } from 'graphql';
declare type DocExplorerProps = {
    onClose?(): void;
    schema?: GraphQLSchema | null;
};
export declare function DocExplorer(props: DocExplorerProps): JSX.Element;
export {};
//# sourceMappingURL=DocExplorer.d.ts.map