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