import React from "react"; export type ChangePasswordFormData = { oldPassword: string; password: string; }; export declare const ChangePassword: ({ centered }: { centered?: boolean; }) => React.JSX.Element; //# sourceMappingURL=ChangePassword.d.ts.map