import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type FeedArticleProps = HeadlessPropsWithRef; export declare function FeedArticle(props: FeedArticleProps): JSX.Element; //# sourceMappingURL=FeedArticle.d.ts.map