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