import { IconCornerRadiusTopLeft } from '../src/elements/IconCornerRadiusTopLeft.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-corner-radius-top-left': IconCornerRadiusTopLeft;
    }
}
