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