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