import React from 'react'; interface BaseProps { className: string; [key: string]: unknown; } export declare const Button: React.ForwardRefExoticComponent, React.Key> & React.RefAttributes>; export declare const EditorValue: React.ForwardRefExoticComponent, React.Key> & React.RefAttributes>; export declare const Icon: React.ForwardRefExoticComponent, React.Key> & React.RefAttributes>; export declare const Instruction: React.ForwardRefExoticComponent, React.Key> & React.RefAttributes>; export declare const Menu: React.ForwardRefExoticComponent, React.Key> & React.RefAttributes>; export declare const Portal: ({ children }: any) => React.ReactPortal | null; export declare const Toolbar: React.ForwardRefExoticComponent, React.Key> & React.RefAttributes>; export {};