//#region src/components-page/account-settings/api-keys/api-keys-page.d.ts declare function ApiKeysPage(props?: { mockApiKeys?: Array<{ id: string; description: string; createdAt: string; expiresAt?: string; manuallyRevokedAt?: string; }>; mockMode?: boolean; }): import("react/jsx-runtime").JSX.Element | null; //#endregion export { ApiKeysPage }; //# sourceMappingURL=api-keys-page.d.ts.map