import { IconProps } from '../lib';
declare function StopCircle(props: IconProps): JSX.Element;
export default StopCircle;
