import { BarGraphProps } from './type'; declare const BarGraph: { ({ ...props }: BarGraphProps): import("react/jsx-runtime").JSX.Element; defaultProps: { data: any[]; step: number; total: number; barWidth: string; gap: string; labelType: string; maxWidth: string; maxHeight: string; }; }; export default BarGraph; //# sourceMappingURL=index.d.ts.map