import * as React from 'react'; import type { Credential } from '../../api/types'; export default function RollAPIKey({ apiKey: { expiresAt, clientId, clientSecret, id: apiKeyId }, }: { apiKey: Credential; }): React.JSX.Element; export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, {}, never>; //# sourceMappingURL=RollAPIKey.d.ts.map