import { IconProps } from '../Icon'; declare function SvgSync(props: IconProps): JSX.Element; export default SvgSync;