export function ButtonSetWithOverflow({ buttons, className, onWidthChange, buttonSetOverflowLabel, menuOptionsClass, rightAlign, }: {
    buttons: any;
    className: any;
    onWidthChange: any;
    buttonSetOverflowLabel: any;
    menuOptionsClass: any;
    rightAlign: any;
}): React.JSX.Element;
export namespace ButtonSetWithOverflow {
    export namespace propTypes {
        let buttonSetOverflowLabel: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
        let buttons: PropTypes.Validator<any[]>;
        let className: PropTypes.Requireable<string>;
        let menuOptionsClass: PropTypes.Requireable<string>;
        let onWidthChange: PropTypes.Requireable<(...args: any[]) => any>;
        let rightAlign: PropTypes.Requireable<boolean>;
    }
    export { componentName as displayName };
}
import React from 'react';
import PropTypes from 'prop-types';
declare const componentName: "ButtonSetWithOverflow";
export {};
//# sourceMappingURL=ButtonSetWithOverflow.d.ts.map