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