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