import * as React from "react";
import { SwaggerUIProps } from "./swagger-ui-react";

declare const SwaggerUI: React.FunctionComponent<SwaggerUIProps>;
export = SwaggerUI;