import { ForPlugin } from '@artibox/slate-common'; export interface SoftBreakForPluginConfig { hotkey?: string; } export declare type SoftBreak = ForPlugin; export declare const SoftBreak: SoftBreak;