export declare function useFetchCurrencyAll(): { data: string[]; isLoading: boolean; error: Error | undefined; refetch: () => void; }; //# sourceMappingURL=useFetchCurrencyAll.d.ts.map