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