import * as React from 'react'; type Props = { initialEnabledApis: string[]; secret?: string; open: boolean; onClose: () => void; id: string; }; export default function EditApis(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=EditApis.d.ts.map