import * as React from 'react'; import type { Credential, Attributes } from '../../api/types'; export default function ApiKeyItem(props: { credential: Credential; attributes: Attributes; }): React.JSX.Element; export declare const ConnectSourceIcon: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const ButtonsWrapper: import("styled-components").StyledComponent<"div", any, { 'data-component-name': string; } & import("@redocly/portal-legacy-ui").BoxProps & { 'data-component-name': string; } & import("@redocly/portal-legacy-ui").FlexProps, "data-component-name">; //# sourceMappingURL=ApiKeyItem.d.ts.map