import React from 'react';
import type { GraphQLType } from 'graphql';
export interface TypeExampleProps {
    type: GraphQLType;
}
export declare const TypeExample: React.NamedExoticComponent<TypeExampleProps>;
