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