import { IconBrush } from '../src/elements/IconBrush.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-brush': IconBrush;
    }
}
