import type { MoreProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [MoreProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L60) * ## Props * @prop title * @prop href = '#' * @prop flat * @prop class: className */ declare const More: import("svelte").Component; type More = ReturnType; export default More;