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