import { FieldLabel } from './src/FieldLabel.js'; declare global { interface HTMLElementTagNameMap { 'sp-field-label': FieldLabel; } }