import type { PublicFee } from "../components/units/types"; interface UseFeesOptions { enabled?: boolean; } export declare function useFees(propertyIdOverride?: string, options?: UseFeesOptions): { fees: PublicFee[]; loading: boolean; error: string | null; refetch: () => Promise; }; export {}; //# sourceMappingURL=useFees.d.ts.map