import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const PasswordReset: React.MemoExoticComponent>; declare type PasswordResetRef = PathIconRef; declare type PasswordResetProps = PathIconProps; export { PasswordReset }; export type { PasswordResetRef, PasswordResetProps }; export default PasswordReset;