interface CreateApiKeyDialogProps { open: boolean; onClose: () => void; onSuccess: (apiKey: { id: string; name: string; key: string; scopes: string[]; warning: string; }) => void; } export declare function CreateApiKeyDialog({ open, onClose, onSuccess }: CreateApiKeyDialogProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CreateApiKeyDialog.d.ts.map