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