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