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