import { FC } from 'react';
import { BarProps } from '../../types';
declare const Bar: FC<BarProps>;
export { Bar };
//# sourceMappingURL=Bar.d.ts.map