import type { RecoveryPasswordProps } from './types'; export declare function RecoveryPassword({ websiteId, identifierType, locale, logoUrl, logoAlt, theme: themeProp, texts: textsProp, sendPinEndpoint, onSuccess, onError, }: RecoveryPasswordProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RecoveryPassword.d.ts.map