import { ApiKey } from "../lib/stack-app/api-keys/index.js"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/api-key-table.d.ts declare function ApiKeyTable(props: { apiKeys: ApiKey[]; }): react_jsx_runtime0.JSX.Element; //#endregion export { ApiKeyTable }; //# sourceMappingURL=api-key-table.d.ts.map