import type { FooterCopyrightProps } from ".."; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [FooterCopyrightProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L748) * ## Props * @prop spanClass * @prop aClass * @prop href * @prop by * @prop copyrightMessage = "All Rights Reserved." * @prop year * @prop bySpanClass * @prop classes * @prop class: className * @prop ...restProps */ declare const FooterCopyright: import("svelte").Component; type FooterCopyright = ReturnType; export default FooterCopyright;