import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const LifesaverIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link LifesaverIcon} instead.
 */
export declare const Lifesaver: typeof LifesaverIcon;
export default LifesaverIcon;
