import { TransformComponent as TC } from '../runtime';
import { BinXTransform } from '../spec';
export type BinXOptions = Omit<BinXTransform, 'type'>;
export declare const BinX: TC<BinXOptions>;
