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