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#L631)
 * ## Props
 * @prop children
 * @prop footerType = "default"
 * @prop class: className
 * @prop ...restProps
 */
declare const Footer: import("svelte").Component<FooterProps, {}, "">;
type Footer = ReturnType<typeof Footer>;
export default Footer;
