import { IconSubstractFromSelection } from '../src/elements/IconSubstractFromSelection.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-substract-from-selection': IconSubstractFromSelection;
    }
}
