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