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