interface Props {
    href?: string;
}
/**
 * [Go to docs](https://flowbite-svelte-blocks.codewithshin.com/)
 * ## Props
 * @props: href: any;
 */
declare const Facebook: import("svelte").Component<Props, {}, "">;
type Facebook = ReturnType<typeof Facebook>;
export default Facebook;
