import type { FooterBrandProps } from ".."; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [FooterBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L737) * ## Props * @prop children * @prop aClass * @prop spanClass * @prop imgClass * @prop href * @prop src * @prop alt * @prop name * @prop ...restProps */ declare const FooterBrand: import("svelte").Component; type FooterBrand = ReturnType; export default FooterBrand;