| 4 | }; |
| 5 | type Props = {}; |
| 6 | declare class SignUpPage extends Component<Props, State> { |
| 7 | constructor(props: Props); |
| 8 | onCaptchaSumit: (token: string | null) => void; |
| 9 | renderCreateAccountButton: () => React.JSX.Element; |
nothing calls this directly
no outgoing calls
no test coverage detected