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