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