import 'swagger-ui-react/swagger-ui.css';
/**
 * Types
 */
import { SwaggerEditorType } from 'types/swagger-editor';
import './styles/main.scss';
declare const SwaggerEditor: SwaggerEditorType;
export default SwaggerEditor;
