import { OpenIcon } from "outline-icons"; import * as React from "react"; import { DefaultTheme, ThemeProps } from "styled-components"; import { EmbedProps as Props } from "../embeds"; import Widget from "./Widget"; export default function DisabledEmbed( props: Omit & ThemeProps & { href: string; } ) { return ( ); }