export declare const createButtonTheme: (key: "button" | "input" | "textarea" | "checkbox" | "overlay", theme: {
    editor: import("../theme").EditorTheme;
    editorUi: import("../theme").EditorUiTheme;
}) => ButtonTheme;
export declare const Button: import("styled-components").StyledComponent<"button", any, {}, never>;
export interface ButtonTheme {
    backgroundColor: string;
    color: string;
    borderColor: string;
    hoverBackgroundColor: string;
    hoverColor: string;
    hoverBorderColor: string;
}
//# sourceMappingURL=button.d.ts.map