import { type HistoryState } from '@lexical/history'; interface HistoryPluginProps { delay?: number; externalHistoryState?: HistoryState; } declare const HistoryPlugin: import("svelte").Component; type HistoryPlugin = ReturnType; export default HistoryPlugin;