- import { TransformComponent as TC } from '../runtime';
- import { SelectYTransform } from '../spec';
- export type SelectYOptions = Omit<SelectYTransform, 'type'>;
- /**
- * The selectY transform filter index by y channel.
- */
- export declare const SelectY: TC<SelectYOptions>;
|