import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateComponentCommandInput extends CreateComponentRequest {} export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {} declare const CreateComponentCommand_base: { new ( input: CreateComponentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateComponentCommandInput, CreateComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateComponentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateComponentCommandInput, CreateComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateComponentCommand extends CreateComponentCommand_base { protected static __types: { api: { input: CreateComponentRequest; output: {}; }; sdk: { input: CreateComponentCommandInput; output: CreateComponentCommandOutput; }; }; }