/// export interface IconGitBranchOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconGitBranchOutline: React.FC;