import * as React from 'react'; import type { OpenAPIParameterLocation } from '@redocly/openapi-docs'; type OpenApiCodeSampleProps = { descriptionFile?: string; operationId?: string; pointer?: string; operation?: { path: string; method: string; }; exampleKey?: string; mimeType?: string; language?: string; parameters?: Record; requestBody?: any; environment?: string; environments?: Record>; }; export declare function OpenApiCodeSample(props: OpenApiCodeSampleProps): React.JSX.Element; export {}; //# sourceMappingURL=openapi-code-sample.d.ts.map