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