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