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