import { GraphQLInputType, GraphQLOutputType } from 'graphql';
export declare const GraphQLType: (props: {
    type: GraphQLOutputType | GraphQLInputType;
    className?: string;
}) => import("react/jsx-runtime").JSX.Element;
