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