import * as React from 'react'; import type { Credential, Attributes } from '../../api/types'; export default function ApiKeys(props: { credentials?: Credential[]; attributes?: Attributes; }): React.JSX.Element | null; export declare const SeparatorLine: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const Separator: import("styled-components").StyledComponent<"span", any, {}, never>; //# sourceMappingURL=ApiKeys.d.ts.map