/// <reference types="svelte" />
interface Props {
    size?: string | number;
}
declare const IconSync: import("svelte").Component<Props, {}, "">;
type IconSync = ReturnType<typeof IconSync>;
export default IconSync;
