import React from "react";
interface EditorToolbarButtonProps {
    tooltip?: string;
    text?: string;
    renderIcon: React.FC<React.SVGProps<SVGSVGElement>>;
    disabled?: boolean;
    smallPadding?: boolean;
    onClick?: () => void;
}
declare const _default: React.NamedExoticComponent<EditorToolbarButtonProps>;
export default _default;
//# sourceMappingURL=EditorToolbarButton.d.ts.map