import type { VaultFieldProps } from "../types/fields"; export declare function VaultField({ integration, title, fields, values, onChange, onSave, onCancel, loading, disabled, animationIndex, }: VaultFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VaultField.d.ts.map