import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteComponentInput, DeleteComponentOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteComponentCommandInput extends DeleteComponentInput {} export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __MetadataBearer {} declare const DeleteComponentCommand_base: { new ( input: DeleteComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteComponentCommand extends DeleteComponentCommand_base { protected static __types: { api: { input: DeleteComponentInput; output: DeleteComponentOutput; }; sdk: { input: DeleteComponentCommandInput; output: DeleteComponentCommandOutput; }; }; }