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