/// <reference types="react" />
declare const Barbell: (props: any, ref: any) => JSX.Element;
export default Barbell;
