import { FunctionComponent } from 'react'; export interface SwaggerUIProps { readonly spec: string; } export declare const SwaggerUI: FunctionComponent; //# sourceMappingURL=swagger-ui.d.ts.map