interface FeedArticleContextData { ownerID: string; labelID: string; descriptionID: string; } export declare const FeedArticleContext: import("solid-js").Context; /** * Reads the nearest `FeedArticle`'s internal context, which holds the * generated ids for its label and description. Throws when called outside a * `FeedArticle`. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/feed.md} */ export declare function useFeedArticleContext(componentName: string): FeedArticleContextData; export {}; //# sourceMappingURL=FeedArticleContext.d.ts.map