import type { JSX, VoidProps } from 'solid-js'
export function SignupForm_auth0_spa($p:SignupForm_auth0_spa__props_T):JSX.Element
export type SignupForm_auth0_spa__props_T = VoidProps<{
	error_class?:string
	input_class?:string
	button_class?:string
	label_class?:string
	signup_text?:JSX.Element
	signup_tos?:JSX.Element
}>
