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