import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export interface FeedBaseProps { size: number; busy?: boolean; } export type FeedProps = HeadlessPropsWithRef; export declare function Feed(props: FeedProps): JSX.Element; //# sourceMappingURL=Feed.d.ts.map