import React from "react"; import { type InputEmailLegacyProps, type InputEmailRebuiltProps } from "./InputEmail.types"; export type InputEmailShimProps = InputEmailRebuiltProps | InputEmailLegacyProps; export declare const InputEmail: React.ForwardRefExoticComponent>; export type { InputEmailRebuiltProps, InputEmailLegacyProps };