import type { IconProps } from '../types/index'; declare function SvgFloatingPoint(iconProps: IconProps): JSX.Element; declare namespace SvgFloatingPoint { var displayName: string; } export default SvgFloatingPoint;