import type { ShellActivity } from './types.js'; interface Props { /** Activity object with status, label, message, progress, and cancel handler. */ activity: ShellActivity; } declare const ActivityItem: import("svelte").Component; type ActivityItem = ReturnType; export default ActivityItem; //# sourceMappingURL=ActivityItem.svelte.d.ts.map