import React from 'react'; export declare const OrderedList: (props: any) => React.JSX.Element; export declare const OrderedListToggleButton: (props: any) => React.JSX.Element; export declare const shortcutOrderedListToggle: (event: any, editor: any, format: any, registryObj: any) => void; export * from './deserializer';