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