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