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