import { IconTextStyle } from '../src/elements/IconTextStyle.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-text-style': IconTextStyle;
    }
}
