import React from 'react'; export declare function RemoveFormattingButton(props: any): React.JSX.Element; export declare function shortcutRemoveFormatting(event: any, editor: any, format: any, registryObj: any): void; export declare function RemoveFormattingElement(props: any): React.JSX.Element;