import React from 'react';
import '../../global';
import { RedocRawOptions } from 'redoc';
export type ServerStylesProps = {
    specProps: SpecProps;
    lightThemeOptions: RedocRawOptions;
    darkThemeOptions: RedocRawOptions;
};
export declare function ServerStyles({ specProps, lightThemeOptions, darkThemeOptions, }: ServerStylesProps): React.JSX.Element;
//# sourceMappingURL=ServerStyles.d.ts.map