import type { PlaygroundProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [PlaygroundProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L232) * ## Props * @prop breadcrumb * @prop title = 'Create something awesome here' */ declare const Playground: import("svelte").Component; type Playground = ReturnType; export default Playground;