import * as React from 'react'; import type { Credential } from '../../api/types'; export declare function UpdateKey(props: { credential: Credential; open: boolean; onClose: () => void; onOpen: () => void; }): React.JSX.Element; //# sourceMappingURL=UpdateApiKey.d.ts.map