import { TransformComponent as TC } from '../runtime'; import { GroupColorTransform } from '../spec'; export type GroupColorOptions = Omit; /** * The GroupColor transform group data by x channel, and aggregate. */ export declare const GroupColor: TC;