import { ComponentType } from 'react'; export type EmbedRendererComponent = ComponentType<{ url: string; type: string | null; }>; export type EmbedRendererMap = Partial>; export declare const EmbedRendererProvider: import('react').Provider>>; export declare function useEmbedRenderers(): EmbedRendererMap; //# sourceMappingURL=EmbedRendererContext.d.ts.map