import type { JSX, VoidProps } from 'solid-js'
export function ChangePasswordForm_auth0_spa($p:ChangePasswordForm_auth0_spa__props_T):JSX.Element
export type ChangePasswordForm_auth0_spa__props_T = VoidProps<{
	error_class?:string
	input_class?:string
	button_class?:string
	label_class?:string
	start__onsubmit?:()=>void
	onsuccess?:()=>void
	onerror?:(params:{ error:any })=>void
	end__onsubmit?:()=>void
}>
