import { IconProps } from '../lib';
declare function Barbell(props: IconProps): JSX.Element;
export default Barbell;
