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