import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLHexColorCodeConfig: GraphQLScalarTypeConfig; export declare const GraphQLHexColorCode: GraphQLScalarType;