/// <reference types="react" />
declare const SuccessSvg: (props: {
    [otherOptions: string]: unknown;
}) => JSX.Element;
export default SuccessSvg;
//# sourceMappingURL=SuccessSvg.d.ts.map