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