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