import '../../global';
import type { ServerRedocProps } from '../../types/common';
import './styles.css';
/*!
 * Redocusaurus
 * https://redocusaurus.vercel.app/
 * (c) 2025 Rohit Gohri
 * Released under the MIT License
 */
declare function ServerRedoc(props: ServerRedocProps): JSX.Element;
export default ServerRedoc;
//# sourceMappingURL=ServerRedoc.d.ts.map