import type { Components, JSX } from "../types/components"; interface RuxIconLayersClear extends Components.RuxIconLayersClear, HTMLElement {} export const RuxIconLayersClear: { prototype: RuxIconLayersClear; new (): RuxIconLayersClear; };