import { HelpText } from './src/HelpText.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-help-text': HelpText;
    }
}