import React from 'react'; export interface PasswordLostLabelProps { href?: string; } declare const PasswordLostLabel: ({ href }: PasswordLostLabelProps) => React.JSX.Element; export default PasswordLostLabel;