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