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