import { SocialPlatform as _SocialPlatform } from "./Social"; export { default as Embed } from "./Embed"; export { default as Social } from "./Social"; export type SocialPlatform = _SocialPlatform;