import type { GraphQLEnumValue } from 'graphql'; interface ValueListProps { values: ReadonlyArray; } export declare function ValueList({ values }: ValueListProps): import("react/jsx-runtime").JSX.Element; export {};