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