import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type FeedArticleProps = HeadlessPropsWithRef; /** * One entry in a `Feed`. The required `index` prop is its zero-based position, * which becomes `aria-posinset`. * * Renders an `
` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/feed.md} */ export declare function FeedArticle(props: FeedArticleProps): JSX.Element; //# sourceMappingURL=FeedArticle.d.ts.map