import { SVGIconProps } from "./SVGIconProps";
declare function SuccessIcon(props: SVGIconProps): import("react/jsx-runtime").JSX.Element;
export default SuccessIcon;
