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