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