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