import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetComponentRequest, GetComponentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetComponentCommandInput extends GetComponentRequest {} export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {} declare const GetComponentCommand_base: { new ( input: GetComponentCommandInput, ): import("@smithy/core/client").CommandImpl< GetComponentCommandInput, GetComponentCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetComponentCommandInput, ): import("@smithy/core/client").CommandImpl< GetComponentCommandInput, GetComponentCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetComponentCommand extends GetComponentCommand_base { protected static __types: { api: { input: GetComponentRequest; output: GetComponentResponse; }; sdk: { input: GetComponentCommandInput; output: GetComponentCommandOutput; }; }; }