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