import React from 'react'; import type { PluginButtonProps, SlatePluginDefinition } from '../types/slatePluginDefinitions'; declare type Props = { plugin: SlatePluginDefinition; } & PluginButtonProps; declare function PluginControls(props: Props & { open: boolean; close: () => void; }): JSX.Element | null; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=PluginControls.d.ts.map