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