import { IconCut } from '../src/elements/IconCut.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-cut': IconCut;
    }
}
