import React from 'react'; export interface IInsertionProps { workspaceId?: string; } export declare const Insertion: React.FC;