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