/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
export interface HdsButtonSetSignature {
    Blocks: {
        default: [];
    };
    Element: HTMLDivElement;
}
declare const HdsButtonSet: import("@ember/component/template-only").TemplateOnlyComponent<HdsButtonSetSignature>;
export default HdsButtonSet;
