import { EmbedType } from '../url-matchers'; export interface EmbedStaticRendererProps { type: EmbedType | null; url: string; } export declare function EmbedStaticRenderer({ type, url }: EmbedStaticRendererProps): import("react").JSX.Element | null; //# sourceMappingURL=EmbedStaticRenderer.d.ts.map