/// import { IconProps } from '../../types'; declare const StopCircle: (allProps: IconProps) => JSX.Element; export default StopCircle;