import { BarChartProps } from './types'; export declare const getDomain: ({ data, minDomainValue, maxDomainValue, }: Pick) => { min: number; max: number; };