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