import type { Components, JSX } from "../types/components";

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