import { BarProps } from '../@types';
import React from "react";
declare class Bar extends React.Component<BarProps> {
    render(): JSX.Element;
}
export { Bar };
