*/ public function getConfig(): array; public function isEnabled(): bool; public function getFormComponent(): Component; /** * @return Component[] */ public function getSettingsForm(): array; public function getIcon(): null|string|BackedEnum; public function validateResponse(?string $captchaResponse = null): void; }