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