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