type ResetCredentialDialogProps = {
    userId: string;
    onClose: () => void;
};
export declare const ResetCredentialDialog: ({ userId, onClose, }: ResetCredentialDialogProps) => import("react/jsx-runtime").JSX.Element;
export {};
