import { ButtonTheme } from './button';
export declare const createEditorButtonTheme: (key: "button" | "input" | "textarea" | "checkbox" | "overlay", theme: {
    editor: import("../theme").EditorTheme;
    editorUi: import("../theme").EditorUiTheme;
}) => ButtonTheme;
export declare const EditorButton: import("styled-components").StyledComponent<"button", any, {}, never>;
//# sourceMappingURL=editor-button.d.ts.map