///
import { D3Scale, PickD3Scale } from '@vx/scale';
export declare type $TSFIXME = any;
export declare type DatumObject = Record;
export declare type AnyScaleBand = PickD3Scale<'band', any, any>;
/** A catch-all type for scales that returns number */
export declare type PositionScale = D3Scale;
/**
* Add fields from `SVGProps` for the specified SVG `Element`
* to `Props` except fields that already exist in `Props`
*/
export declare type AddSVGProps = Props & Omit, keyof Props>;
export declare type RenderProp = (args: Input) => React.ReactNode;
//# sourceMappingURL=base.d.ts.map