import React from 'react'; export declare const insertDivider: (e: any, { editor }: { editor: any; }) => void; export declare const AddDividerButton: (props: any) => React.JSX.Element; export declare const ShortcutAddDivider: (event: any, editor: any, format: any, registryObj: any) => void;