import * as React from 'react'; import type { RawOptions } from '@redocly/openapi-docs'; interface OpenApiExampleProps { openApiFilePath?: string; pointer: string; mimeType?: string; options?: Partial; } export declare function OpenApiExample(props: OpenApiExampleProps): React.JSX.Element; export {}; //# sourceMappingURL=openapi-example.d.ts.map