import { TransformComponent as TC } from '../runtime'; import { SelectXTransform } from '../spec'; export type SelectXOptions = Omit; /** * The selectX transform filter index by y channel. */ export declare const SelectX: TC;