/** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [NavBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1201) * ## Props * @prop children * @prop class: className * @prop ...restProps */ declare const NavBrand: import("svelte").Component; type NavBrand = ReturnType; export default NavBrand;