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