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