import type { GraphQLArgument } from 'graphql'; import type { FC } from 'react'; export interface Props { data: GraphQLArgument; } /** * Renders a single GraphQL argument in SDL syntax */ export declare const ArgumentAnnotation: FC; //# sourceMappingURL=ArgumentAnnotation.d.ts.map