import { IconLandscape } from '../src/elements/IconLandscape.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-landscape': IconLandscape;
    }
}
