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