import React from 'react'; /** * @public */ export declare const grpcDocsApiWidget: { type: string; title: string; component: (definition: string) => React.JSX.Element; };