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