import { IconOrderBottom } from '../src/elements/IconOrderBottom.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-order-bottom': IconOrderBottom;
    }
}
