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