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