import { PluginRegistry } from './types'; export interface PasteLinkCardPluginProps { pluginRegistry?: PluginRegistry; } export declare function PasteLinkCardPlugin({ pluginRegistry, }: PasteLinkCardPluginProps): null; //# sourceMappingURL=PasteLinkCardPlugin.d.ts.map