import Component from '../../components/icon/icon.component.js'; import { type EventName } from '@lit/react'; import type { CwLoadEvent } from '../../events/events.js'; import type { CwErrorEvent } from '../../events/events.js'; export type { CwLoadEvent } from '../../events/events.js'; export type { CwErrorEvent } from '../../events/events.js'; /** * @summary Icons are symbols that can be used to represent various options within an application. * @documentation https://cw-elements-b0c7e5.gitlab.io/components/icon * @status stable * @since 1.0 * * @event cw-load - Emitted when the icon has loaded. When using `spriteSheet: true` this will not emit. * @event cw-error - Emitted when the icon fails to load due to an error. When using `spriteSheet: true` this will not emit. * * @csspart svg - The internal SVG element. * @csspart use - The element generated when using `spriteSheet: true` */ declare const reactWrapper: import("@lit/react").ReactWebComponent; onCwError: EventName; }>; export default reactWrapper;