import React from 'react';
export type MasterPasswordVerifyProps = {
    loginVerifyMasterPassword?: boolean;
};
declare const MasterPasswordVerify: (props?: MasterPasswordVerifyProps) => React.JSX.Element;
export default MasterPasswordVerify;
