import { TransformComponentasTC } from'../runtime';
import { GroupYTransform } from'../spec';
exporttypeGroupYOptions = Omit<GroupYTransform, 'type'>;
/**
* The GroupY transform group data by x channel, and aggregate.
*/exportdeclareconstGroupY: TC<GroupYOptions>;