import { FC } from'react';
import { GraphQLNamedType } from'graphql';
declaretypeTypeDocumentationProps = {
/**
* The type that should be rendered.
*/type: GraphQLNamedType;
};
exportdeclareconstTypeDocumentation: FC<TypeDocumentationProps>;
export {};