import { IconBeakerCheck } from '../src/elements/IconBeakerCheck.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-beaker-check': IconBeakerCheck;
    }
}
