import type { ActivityListProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [ActivityListProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L401) * ## Props * @prop title = 'Latest Activity' * @prop children * @prop actions */ declare const ActivityList: import("svelte").Component; type ActivityList = ReturnType; export default ActivityList;