diff --git a/api/@internal/component/ets/ability_component.d.ts b/api/@internal/component/ets/ability_component.d.ts index 43524e4129ae0b9472a4f6abd95c4f1e001fffab..359bba529746a7a02d5220f5639ddec85edd40b7 100644 --- a/api/@internal/component/ets/ability_component.d.ts +++ b/api/@internal/component/ets/ability_component.d.ts @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { Want } from '../../../ability/want'; /** * Provides an interface for the ability component. @@ -44,5 +43,5 @@ declare class AbilityComponentAttribute extends CommonMethod void): AbilityComponentAttribute; } -declare const abilityComponent: AbilityComponentInterface; -declare const abilityComponentInstance: AbilityComponentAttribute; +declare const AbilityComponent: AbilityComponentInterface; +declare const AbilityComponentInstance: AbilityComponentAttribute;