import { IconDistributeTopEdge } from '../src/elements/IconDistributeTopEdge.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-distribute-top-edge': IconDistributeTopEdge;
    }
}
