import { J as JSXCustomElement } from '../../jsx-custom-element-C8UWRHYg.js'; interface InputButtonGroupAttributes { } declare global { interface HTMLElementTagNameMap { 'dmd-input-button-group': InputButtonGroupAttributes; } } declare module 'react' { namespace JSX { interface IntrinsicElements { 'dmd-input-button-group': JSXCustomElement; } } } export type { InputButtonGroupAttributes };