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