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