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", import("styled-components").DefaultTheme, {}, never>; //# sourceMappingURL=ApiKeyItem.d.ts.map