import * as react_jsx_runtime0 from "react/jsx-runtime"; //#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; }): react_jsx_runtime0.JSX.Element | null; //#endregion export { ApiKeysPage }; //# sourceMappingURL=api-keys-page.d.ts.map