import React from 'react'; /** * A toolbar dropdown button that allows the user to insert admonitions. * For this to work, you need to have the `directives` plugin enabled with the {@link AdmonitionDirectiveDescriptor} configured. */ export declare const InsertAdmonition: () => React.JSX.Element;