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