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