interface FeedContextData { ownerID: string; labelID: string; contentID: string; size: number; busy: boolean; focusPrev: () => void; focusNext: () => void; } export declare const FeedContext: import("solid-js").Context; export declare function useFeedContext(componentName: string): FeedContextData; export {}; //# sourceMappingURL=FeedContext.d.ts.map