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