/// <reference types="react" />
export interface IconBarbellSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconBarbellSharp: React.FC<IconBarbellSharpProps>;
