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