import type { ShellActivityFilter } from './types.js'; interface Props { filter?: ShellActivityFilter; hideWhenEmpty?: boolean; emptyLabel?: string; } declare const ActivityList: import("svelte").Component; type ActivityList = ReturnType; export default ActivityList; //# sourceMappingURL=ActivityList.svelte.d.ts.map