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