import type { ShellActivity } from './types.js'; interface Props { activity: ShellActivity; } declare const ActivityItem: import("svelte").Component; type ActivityItem = ReturnType; export default ActivityItem; //# sourceMappingURL=ActivityItem.svelte.d.ts.map