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