import { GraphQLEnumValue } from 'graphql/type'; interface EnumValueProps { value: GraphQLEnumValue; } export default function EnumValue(props: EnumValueProps): import("react/jsx-runtime").JSX.Element; export {};