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