import { IconRadioButton } from '../src/elements/IconRadioButton.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-radio-button': IconRadioButton;
    }
}
