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