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