diff --git a/core/src/components.d.ts b/core/src/components.d.ts
index 75b2fd7dec..a76da2bccc 100644
--- a/core/src/components.d.ts
+++ b/core/src/components.d.ts
@@ -1076,10 +1076,6 @@ export namespace Components {
* A hint to the browser for which enter key to display. Possible values: `"enter"`, `"done"`, `"go"`, `"next"`, `"previous"`, `"search"`, and `"send"`.
*/
"enterkeyhint"?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send';
- /**
- * This is required for a WebKit bug which requires us to blur and focus an input to properly focus the input in an item with delegatesFocus. It will no longer be needed with iOS 14.
- */
- "fireFocusEvents": boolean;
/**
* Returns the native `` element used under the hood.
*/
@@ -1132,10 +1128,6 @@ export namespace Components {
* If `true`, the user must fill in a value before submitting a form.
*/
"required": boolean;
- /**
- * Sets blur on the native `input` in `ion-input`. Use this method instead of the global `input.blur()`.
- */
- "setBlur": () => Promise;
/**
* Sets focus on the native `input` in `ion-input`. Use this method instead of the global `input.focus()`.
*/
@@ -2842,10 +2834,6 @@ export namespace Components {
* A hint to the browser for which enter key to display. Possible values: `"enter"`, `"done"`, `"go"`, `"next"`, `"previous"`, `"search"`, and `"send"`.
*/
"enterkeyhint"?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send';
- /**
- * This is required for a WebKit bug which requires us to blur and focus an input to properly focus the input in an item with delegatesFocus. It will no longer be needed with iOS 14.
- */
- "fireFocusEvents": boolean;
/**
* Returns the native `