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