import { TransformComponent as TC } from '../runtime';
import { FlexXTransform } from '../spec';
export type FlexXOptions = Omit<FlexXTransform, 'type'>;
/**
 * Produce flex options from data for x scale.
 */
export declare const FlexX: TC<FlexXOptions>;
