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