/// import { type APIExplorerProviderProps } from "./components/APIExplorerContext"; type APIExplorerProps = Pick; export declare function APIExplorer(props: APIExplorerProps): JSX.Element; export {};