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