import { CopyInputComponent } from "./copy-input.component"; import { InlineAlertComponent } from "../inline-alert/inline-alert.component"; export declare class PushImageButtonComponent { registryUrl: string; projectName: string; tagCopyInput: CopyInputComponent; pushCopyInput: CopyInputComponent; copyAlert: InlineAlertComponent; readonly tagCommand: string; readonly pushCommand: string; onclick(): void; onCpError($event: any): void; }