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