import type { FeedItemProps } from './types.ts'; declare const FeedItem: import("svelte").Component; type FeedItem = ReturnType; export default FeedItem;