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