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