import * as react_jsx_runtime0 from "react/jsx-runtime"; import { Team } from "../../../lib/stack-app/teams"; //#region src/components-page/account-settings/teams/team-api-keys-section.d.ts declare function TeamApiKeysSection(props: { team: Team; }): react_jsx_runtime0.JSX.Element | null; //#endregion export { TeamApiKeysSection }; //# sourceMappingURL=team-api-keys-section.d.ts.map