import * as React from 'react'; import type { CodeSampleOptions, OpenAPIParameterLocation } from '@redocly/openapi-docs'; interface OpenApiCodeSampleProps { openApiFilePath?: string; operationId?: string; pointer?: string; defaultExample?: string; onlyDefaultExample?: boolean; defaultLanguage?: string; parameters?: Record; properties?: any; options?: CodeSampleOptions; defaultMimeType?: string; onlyDefaultMimeType?: boolean; } export declare function OpenApiCodeSample(props: OpenApiCodeSampleProps): React.JSX.Element; export {}; //# sourceMappingURL=openapi-code-sample.d.ts.map