import { InboxSettings } from "../providers/InboxProvider"; /** * @experimental * Fetches inbox UI settings for a surface via `Messaging.getInbox`. */ export declare function useInbox(surface: string): { settings: InboxSettings | null; error: any; isLoading: boolean; refetch: () => Promise; }; //# sourceMappingURL=useInbox.d.ts.map