import FocusNavigator from '../../utils/focus-navigator'; export declare const FeedContentContext: import("solid-js").Context; /** * Reads the nearest `FeedContent`'s internal context, which holds the focus * navigator shared by its articles. Throws when called outside a * `FeedContent`. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/feed.md} */ export declare function useFeedContentContext(componentName: string): FocusNavigator; export declare function createFeedArticleFocusNavigator(owner: string): FocusNavigator; //# sourceMappingURL=FeedContentContext.d.ts.map