/// export interface IVpcTagProps { vpcId: string; } export declare function VpcTag(props: IVpcTagProps): JSX.Element;