import { type IconName } from "../../src/icons/registry.js"; export interface IconProps { name: IconName; size?: number | string; title?: string; assetBase?: string; spriteUrl?: string; } export declare function registerIconElement(tag?: string): CustomElementConstructor; //# sourceMappingURL=CeIcon.d.ts.map