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