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