import type { FeedViewerProps } from './types.js'; declare const FeedViewer: import("svelte").Component; type FeedViewer = ReturnType; export default FeedViewer;