import type { Components, JSX } from "../types/components"; interface SwirlIconHealthAndSafety extends Components.SwirlIconHealthAndSafety, HTMLElement {} export const SwirlIconHealthAndSafety: { prototype: SwirlIconHealthAndSafety; new (): SwirlIconHealthAndSafety; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;