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