import { FC } from'react';
import { DocExplorerFieldDef } from'../context';
declaretypeFieldDocumentationProps = {
/**
* The field or argument that should be rendered.
*/field: DocExplorerFieldDef;
};
exportdeclareconstFieldDocumentation: FC<FieldDocumentationProps>;
export {};