import type { WordPressComponentProps } from '@wordpress/components/build-types/context'; import type { ApiKeyControlProps } from './types'; /** * Renders a sensitive text field for an AI Services API key. * * The field will by default look like a password input, i.e. the API key is not shown. A button is available next to * the field to toggle showing the actual API key. * * @since 0.6.0 * * @param props - Component props. * @returns The component to be rendered. */ export default function ApiKeyControl(props: WordPressComponentProps): import("react").JSX.Element | null; //# sourceMappingURL=index.d.ts.map