import { UserType } from "../../types"; interface Properties { setModalVisible: (visible: boolean) => void; user: UserType | null; setUser: (user: UserType) => void; } export declare const UpdateEmailForm: ({ user, setModalVisible, setUser, }: Properties) => import("react").JSX.Element; export {}; //# sourceMappingURL=UpdateEmailForm.d.ts.map