import { type GraphQLNamedType } from 'graphql';
import type { FC } from 'react';
export interface Props {
    data: GraphQLNamedType;
}
export declare const NamedType: FC<Props>;
//# sourceMappingURL=NamedType.d.ts.map