import type { IconProps } from "./types"; export declare const SyncIcon: (props: IconProps) => JSX.Element;