import { Context } from './context'; export declare const DEFAULT_FONT_SIZE = 10; export declare function handlePastedTable(ctx: Context, html: string, pasteHandler: (context: Context, data: any, borderInfo?: any) => void): void;