/// <reference types="react" />
interface IProps {
    style: any;
}
declare function SvgErrorcheckmarkcircle(props: IProps): JSX.Element;
export default SvgErrorcheckmarkcircle;
