import type { FC } from 'react'; import type { EmbedData } from 'ricos-schema'; import type { LinkPreviewPluginEditorConfig } from '../types'; export type InsertModalProps = { fetchData: LinkPreviewPluginEditorConfig['fetchData']; socialType: 'Instagram' | 'Twitter' | 'Pinterest' | 'Facebook' | 'TikTok'; componentData: EmbedData; nodeId?: string; }; export declare const InsertModal: FC; //# sourceMappingURL=InsertModal.d.ts.map