import { Deployment, DeploymentUpdateV2 } from '../models'; import { DeploymentCreate } from '../models/DeploymentCreate'; interface Props { deployment: Deployment; mode?: 'duplicate' | 'update'; } declare const _default: import("vue").DefineComponent any; submit: (value: DeploymentCreate | DeploymentUpdateV2) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onCancel?: (() => any) | undefined; onSubmit?: ((value: DeploymentCreate | DeploymentUpdateV2) => any) | undefined; }>, { mode: "duplicate" | "update"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;