import { UsePasswordInputReturn } from './use-password-input';
export interface UsePasswordInputContext extends UsePasswordInputReturn {
}
export declare const PasswordInputProvider: (opts: UsePasswordInputContext) => void, usePasswordInputContext: (fallback?: UsePasswordInputContext | undefined) => UsePasswordInputContext;
