import { IconCornerRadiusBottomRight } from '../src/elements/IconCornerRadiusBottomRight.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-corner-radius-bottom-right': IconCornerRadiusBottomRight;
    }
}
