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