export default function RefreshIcon({ isLoading, handler }: { isLoading: boolean; handler: () => void; }): import("react/jsx-runtime").JSX.Element;