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