import { IconShowAllLayers } from '../src/elements/IconShowAllLayers.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-show-all-layers': IconShowAllLayers;
    }
}
