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