import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type FeedArticleLabelProps = HeadlessProps; /** * The accessible name of a `FeedArticle`, wired up through `aria-labelledby`. * * Renders a `` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/feed.md} */ export declare function FeedArticleLabel(props: FeedArticleLabelProps): JSX.Element; //# sourceMappingURL=FeedArticleLabel.d.ts.map