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