import { GraphQLScalarType } from 'graphql';
export declare const GraphQLColor: GraphQLScalarType<string, unknown>;
