export interface HtmlEditorClipping { html: string; text: string; } export declare function clipSelection(container: Element, selection: Selection | null, hasTableService?: boolean): HtmlEditorClipping | undefined;