import { J as JSXCustomElement } from '../../jsx-custom-element-C8UWRHYg.js'; interface HelpTextAttributes { state?: 'valid' | 'invalid'; } declare global { interface HTMLElementTagNameMap { 'dmd-help-text': HelpTextAttributes; } } declare module 'react' { namespace JSX { interface IntrinsicElements { 'dmd-help-text': JSXCustomElement; } } } export type { HelpTextAttributes };