type Props = { provider: string; }; export declare const EmbedIcon: ({ provider }: Props) => JSX.Element; export {};